1. 01 Nov, 2010 4 commits
    • Disable -mpreferred-stack-boundary options for Windows. · cc825d98
      From-SVN: r166120
      Richard Henderson committed
    • Emit SEH unwind info. · f81c9774
      	* config/i386/cygming.h (TARGET_SEH): New.
      	(MAX_STACK_ALIGNMENT): New.  Disable alignment for SEH.
      	(TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
      	TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
      	(TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
      	(ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
      	(ASM_DECLARE_FUNCTION_SIZE): New.
      	* config/i386/i386-protos.h: Update.
      	* config/i386/i386.c (ix86_option_override_internal): Enable
      	flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
      	restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
      	(ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
      	(ix86_compute_frame_layout): For SEH, disable
      	use_fast_prologue_epilogue, move frame pointer to the end of
      	the frame.  Initialize hfp_save_offset.
      	(ix86_expand_prologue): Honor hfp_save_offset.  Emit blockage
      	at end of prologue for SEH.
      	(ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
      	emit blockage at beginning of epilogue.
      	(ix86_expand_binary_operator): After reload, emit LEA if needed.
      	(ix86_output_call_insn): New.
      	* config/i386/i386.h (TARGET_SEH): New.
      	(struct machine_function): Add member seh.
      	* config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
      	* config/i386/winnt.c (struct seh_frame_state): New.
      	(i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
      	seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
      	seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
      	i386_pe_start_function, i386_pe_end_function): New.
      
      	* dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
      	as CFA_STORE in rules 12 and 13.
      
      From-SVN: r166119
      Richard Henderson committed
    • Daily bump. · b8390504
      From-SVN: r166118
      GCC Administrator committed
    • dr1325-2.cc: Fix typo. · 19fd9833
      2010-10-31  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/23_containers/bitset/cons/dr1325-2.cc: Fix typo.
      	* testsuite/20_util/hash/quality.cc: Avoid -Wall warnings.
      	* testsuite/20_util/hash/chi2_quality.cc: Likewise.
      
      From-SVN: r166114
      Paolo Carlini committed
  2. 31 Oct, 2010 10 commits
  3. 30 Oct, 2010 7 commits
    • re PR middle-end/44569 (ICE in simplify_subreg for debug insn with CONCATN) · 695ae295
      	PR middle-end/44569
      	* lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
      	determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
      
      From-SVN: r166092
      Uros Bizjak committed
    • gfortran.h (gfc_option_t): Replace dump_parse_tree by dump_fortran_original and… · 1607a827
      gfortran.h (gfc_option_t): Replace dump_parse_tree by dump_fortran_original and add dump_fortran_optimized.
      
      2010-10-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	* gfortran.h (gfc_option_t):  Replace dump_parse_tree by
      	dump_fortran_original and add dump_fortran_optimized.
      	* lang.opt: Add fdump-fortran-original and
      	fdump-fortran-optimized.  Document that fdump-parse-tree is
      	deprecated.
      	* gfortran.texi: Add -fdump-fortran-original and
      	-fdump-fortran-optimized.  -fdump-parse-tree is deprecated.
      	* frontend-passes.c (gfc_run_passes):  If optimizing and
      	if gfc_option.dump_fortran_optimized is set, dump the parse tree
      	after optimization.
      	* parse.c:  Rename gfc_option.dump_parse_tree to
      	gfc_option.dump_fortran_original.
      	* options.c (gfc_init_options):  Rename gfc_option.dump_parse_tree
      	to gfc_option.dump_fortran_original and handle
      	gfc_option.dump_fortran_optimize.
      	(gfc_post_options): Rename gfc_option.dump_parse_tree
      	to gfc_option.dump_fortran_original.
      	(gfc_handle_option):  Rename OPT_fdump_parse_tree to
      	OPT_fdump_fortran_original and gfc_option.dump_parse_tree
      	to gfc_option.dump_fortran_original.  Handle
      	OPT_fdump_fortran_optimized.
      
      From-SVN: r166091
      Thomas Koenig committed
    • class.c (layout_vtable_decl): Call build_array_of_n_type. · dcedcddb
      	* class.c (layout_vtable_decl): Call build_array_of_n_type.
      	(build_vtt, build_ctor_vtabl_group): Likewise.
      
      From-SVN: r166090
      Nathan Froyd committed
    • re PR fortran/44917 ([OOP] Detect ambiguous specifics in a generic TBP interface) · 2b603773
      2010-10-30  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/44917
      	PR fortran/44926
      	PR fortran/46196
      	* interface.c (count_types_test): Symmetrize type check.
      	(generic_correspondence): Ditto.
      
      2010-10-30  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/44917
      	PR fortran/44926
      	PR fortran/46196
      	* gfortran.dg/typebound_generic_10.f03: New.
      
      From-SVN: r166089
      Janus Weil committed
    • Align long double parameters on stack to 4byte in 32bit. · 31278489
      2010-10-30  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/46195
      	* config/i386/i386.c (contains_aligned_value_p): Renamed to ...
      	(ix86_compat_aligned_value_p): This.
      	(ix86_old_function_arg_boundary): Renamed to ...
      	(ix86_compat_function_arg_boundary): This.  Updated.
      	(ix86_contains_aligned_value_p): New.
      	(ix86_function_arg_boundary): Align long double parameters on
      	stack to 4byte in 32bit.
      
      From-SVN: r166088
      H.J. Lu committed
    • In gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com> · 46a88c12
      In gcc/:
      2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
      	* c-parser.c (c_parser_objc_at_property_declaration): Removed
      	parsing of RID_COPIES and RID_IVAR.  Updated call to
      	objc_add_property_declaration.
      	* c-typecheck.c (build_component_ref): Call
      	objc_maybe_build_component_ref instead of objc_build_setter_call.
      	Use objc_is_property_ref to improve Objective-C checks.
      	(cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
      	of objc_build_getter_call.
      
      In gcc/c-family/:
      2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
      	* c-common.h (enum rid): Removed RID_COPIES and RID_IVAR.
      	(objc_add_property_declaration): Removed arguments for copies and
      	ivar.
      	(objc_build_getter_call): Renamed to
      	objc_maybe_build_component_ref.
      	(objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
      	(objc_is_property_ref): New.
      	* c-common.c (c_common_reswords): Removed copies and ivar.
      	* stub-objc.c (objc_add_property_declaration): Removed arguments
      	for copies and ivar.
      	(objc_build_getter_call): Renamed to
      	objc_maybe_build_component_ref.
      	(objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
      	(objc_is_property_ref): New.
      
      In gcc/cp/:
      2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
      	* parser.c (cp_parser_objc_at_property_declaration): Removed
      	parsing of RID_COPIES and RID_IVAR.  Updated call to
      	objc_add_property_declaration.
      	* typecheck.c (finish_class_member_access_expr): Call
      	objc_maybe_build_component_ref instead of objc_build_setter_call.
      	(cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
      	of objc_build_getter_call.
      	
      In gcc/objc/:
      2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
      	* objc-tree.def (PROPERTY_REF): New.
      	* objc-act.h: Added comments for all the PROPERTY_ macros.
      	(PROPERTY_NAME): Use DECL_NAME.
      	(PROPERTY_COPIES): Removed.
      	(PROPERTY_READONLY): Use DECL_LANG_FLAG_0 for it.
      	(PROPERTY_NONATOMIC): New.
      	(objc_property_assign_semantics): Make it a typedef.
      	(PROPERTY_ASSIGN_SEMANTICS): New.
      	(PROPERTY_DYNAMIC): New.
      	(PROPERTY_REF_OBJECT): New.
      	(PROPERTY_REF_PROPERTY_DECL): New.
      	* objc-act.c (CALL_EXPR_OBJC_PROPERTY_GETTER): Removed.
      	(in_objc_property_setter_name_context): Removed.
      	(objc_add_property_declaration): Removed copies and ivar arguments
      	and code supporting them.  Fixed recovering when readonly and
      	setter attributes are specified.  Removed support for @property in
      	@implementation context.  Updated error message.  Double-check
      	that a property does not have a DECL_INITIAL.  Validate the
      	property assign semantics and emit appropriate errors and
      	warnings.  Check for duplicate property declarations.  Set
      	DECL_SOURCE_LOCATION, TREE_DEPRECATED, PROPERTY_NONATOMIC,
      	PROPERTY_ASSIGN_SEMANTICS and PROPERTY_DYNAMIC of the new
      	PROPERTY_DECL.  Do not set PROPERTY_COPIES.  Set
      	PROPERTY_IVAR_NAME to NULL_TREE.
      	(objc_build_getter_call): Renamed to
      	objc_maybe_build_component_ref.  If the property is not found in
      	the interface, search in the protocol list.  Do not generate the
      	getter call; instead, build and return a PROPERTY_REF.
      	(objc_is_property_ref): New.
      	(objc_setter_func_call): Removed.
      	(get_selector_from_reference): Removed.
      	(is_property): Removed.
      	(objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
      	Updated to work on a PROPERTY_REF and use the PROPERTY_DECL from
      	the PROPERTY_REF.  Generate an error if the property is read-only.
      	(build_property_reference): Removed.
      	(objc_finish_message_expr): Removed check to produce "readonly
      	property can not be set" error when
      	in_objc_property_setter_name_context.  We now generate the error
      	earlier, in objc_maybe_build_modify_expr, which will only generate
      	the setter call if the property is readwrite.
      	(check_methods): Recognize dynamic properties.
      	(check_methods_accessible): Same change.
      	(objc_build_property_ivar_name): Removed.
      	(objc_build_property_setter_name): Dropped bool argument.  Always
      	add the ':' at the end.
      	(objc_gen_one_property_datum): Removed.
      	(objc_process_getter_setter): Removed.
      	(objc_synthesize_getter): Mark 'klass' argument as unused.  Use
      	PROPERTY_GETTER_NAME instead of PROPERTY_NAME.  Set the
      	DECL_SOURCE_LOCATION of the new method to be the same as the one
      	for the @synthesize.  Always use PROPERTY_IVAR_NAME as it is
      	instead of trying to guess what it should be.  Removed use of
      	CLASS_IVARS.  Use the location of @synthesize for c_finish_return
      	and c_end_compound_statement.
      	(objc_synthesize_setter): Mark 'klass' argument as unused.  Use
      	PROPERTY_SETTER_NAME instead of trying to guess what it should be.
      	Set the DECL_SOURCE_LOCATION of the new method to be the same as
      	the one for the @synthesize.  Always use PROPERTY_IVAR_NAME as it
      	is instead of trying to guess what it should be.  Removed use of
      	CLASS_IVARS.  Use the location of @synthesize for c_finish_return
      	and c_end_compound_statement.  Emit an error and keep going,
      	instead of aborting, if the setter prototype does not have the
      	expected argument.
      	(objc_add_synthesize_declaration_for_property): New.
      	(objc_add_synthesize_declaration): Removed ATTRIBUTE_UNUSED from
      	all arguments.  Improved error message.  Filled in the rest of the
      	function, which used to be a placeholder, with an actual
      	implementation.
      	(objc_add_dynamic_declaration_for_property): New.
      	(objc_add_dynamic_declaration): Removed ATTRIBUTE_UNUSED from all
      	arguments.  Improved error message.  Filled in the rest of the
      	function, which used to be a placeholder, with an actual
      	implementation.
      	(objc_gen_property_data): Rewritten.
      	(finish_class): Added explicit switch cases for
      	CLASS_INTERFACE_TYPE, CATEGORY_INTERFACE_TYPE and
      	PROTOCOL_INTERFACE_TYPE.  Added a default switch case which is
      	gcc_unreachable.  Rewritten the processing of properties, in
      	particular to not synthesize prototypes for getters and setters if
      	they already exist and to install the getter and setter names into
      	PROPERTY_GETTER_NAME and PROPERTY_SETTER_NAME.  Do not generate
      	warnings about setter, getter and ivar property attributes.
      	(objc_lookup_ivar): Removed support for properties.
      	(objc_gimplify_property_ref): New.
      	(objc_gimplify_expr): Use a switch.  In case of a PROPERTY_REF, call
      	objc_gimplify_property_ref.
      
      In gcc/testsuite/:
      2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
      	* objc.dg/property/property-neg-1.m: Updated for changes in the
      	syntax of @property and the implementation of
      	@synthesize/@dynamic.
      	* objc.dg/property/property-neg-2.m: Same change.
      	* objc.dg/property/property-neg-3.m: Same change.
      	* objc.dg/property/property-neg-4.m: Same change.
      	* objc.dg/property/property-neg-5.m: Same change.
      	* objc.dg/property/property-neg-7.m: Same change.
      	* objc.dg/property/property-1.m: Same change.	
      	* objc.dg/property/synthesize-1.m: Same change.
      	* objc.dg/property/at-property-2.m: Same change.
      	* objc.dg/property/at-property-4.m: Same change.
      
      	* objc.dg/property/fsf-property-method-acces.m: Updated for
      	changes in the syntax of @property and the implementation of
      	@synthesize/@dynamic.  Use the same code for GNU and NeXT runtime.
      	* objc.dg/property/fsf-property-basic.m: Same change.
      	* objc.dg/property/fsf-property-named-ivar.m: Same change.
      	
      	* objc.dg/property/at-property-5.m: New.
      	* objc.dg/property/at-property-6.m: New.
      	* objc.dg/property/at-property-7.m: New.
      	* objc.dg/property/at-property-8.m: New.
      	* objc.dg/property/at-property-9.m: New.
      	* objc.dg/property/at-property-10.m: New.	
      	* objc.dg/property/at-property-11.m: New.
      	* objc.dg/property/synthesize-2.m: New.
      	* objc.dg/property/dynamic-2.m: New.
      
      	* obj-c++.dg/property/property-neg-1.mm: Updated for changes in the
      	syntax of @property and the implementation of
      	@synthesize/@dynamic.
      	* obj-c++.dg/property/property-neg-2.mm: Same change.
      	* obj-c++.dg/property/property-neg-3.mm: Same change.
      	* obj-c++.dg/property/property-neg-4.mm: Same change.
      	* obj-c++.dg/property/property-neg-5.mm: Same change.
      	* obj-c++.dg/property/property-neg-7.mm: Same change.
      	* obj-c++.dg/property/property-1.mm: Same change.	
      	* obj-c++.dg/property/synthesize-1.mm: Same change.
      	* obj-c++.dg/property/at-property-2.mm: Same change.
      	* obj-c++.dg/property/at-property-4.mm: Same change.
      
      	* obj-c++.dg/property/fsf-property-method-acces.mm: Updated for
      	changes in the syntax of @property and the implementation of
      	@synthesize/@dynamic.  Use the same code for GNU and NeXT runtime.
      	* obj-c++.dg/property/fsf-property-basic.mm: Same change.
      	* obj-c++.dg/property/fsf-property-named-ivar.mm: Same change.
      
      	* obj-c++.dg/property/at-property-5.mm: New.
      	* obj-c++.dg/property/at-property-6.mm: New.	
      	* obj-c++.dg/property/at-property-7.mm: New.
      	* obj-c++.dg/property/at-property-8.mm: New.
      	* obj-c++.dg/property/at-property-9.mm: New.
      	* obj-c++.dg/property/at-property-10.mm: New.
      	* obj-c++.dg/property/at-property-11.mm: New.
      	* obj-c++.dg/property/synthesize-2.mm: New.
      	* obj-c++.dg/property/dynamic-2.mm: New.
      
      From-SVN: r166087
      Nicola Pero committed
    • Daily bump. · cc74e2a1
      From-SVN: r166084
      GCC Administrator committed
  4. 29 Oct, 2010 19 commits