1. 11 May, 2011 8 commits
  2. 10 May, 2011 18 commits
    • make CASE_LABEL_EXPR not abuse TREE_CHAIN · a9dc9d37
      make CASE_LABEL_EXPR not abuse TREE_CHAIN
      	* tree.def (CASE_LABEL_EXPR): Add an operand.
      	* tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
      
      From-SVN: r173633
      Nathan Froyd committed
    • c-decl.c (c_override_global_bindings_to_false): Remove. · 96703596
      	* c-decl.c (c_override_global_bindings_to_false): Remove.
      	(global_bindings_p): Don't check
      	c_override_global_bindings_to_false.
      	* c-tree.h (c_override_global_bindings_to_false): Remove.
      	* c-typeck.c (composite_type): Don't set
      	c_override_global_bindings_to_false.
      
      From-SVN: r173632
      Joseph Myers committed
    • re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor) · 95552437
      	PR c++/48930
      	* class.c (type_build_ctor_call): New.
      	* cp-tree.h: Declare it.
      	* decl.c (check_initializer): Use it instead of
      	TYPE_NEEDS_CONSTRUCTING.
      	* init.c (build_value_init, build_value_init_noctor): Likewise.
      	(perform_member_init, expand_aggr_init_1, build_new_1): Likewise.
      	(build_vec_init): Likewise.
      	* typeck2.c (process_init_constructor_array): Likewise.
      	(process_init_constructor_record): Likewise.
      
      From-SVN: r173628
      Jason Merrill committed
    • re PR c++/48736 ([C++0x] ICE during list-initialization with variadics) · b4359e45
      	PR c++/48736
      	* pt.c (tsubst_copy_and_build): Handle substitution of a pack
      	expansion producing another expansion.
      
      From-SVN: r173627
      Jason Merrill committed
    • Fixes for override/final. · 7506ab1d
      	* class.c (check_for_override): Diagnose final on a nonvirtual
      	member function, diagnose override for a virtual with no matching
      	override. Don't fiddle around with DECL_VINDEX.
      
      From-SVN: r173626
      Ville Voutilainen committed
    • mark EXPR_PACK_EXPANSION as typed only · d26e5986
      mark EXPR_PACK_EXPANSION as typed only
              * cp-tree.def (EXPR_PACK_EXPANSION): Add an operand.
              * cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED.
              * cp-tree.h (PACK_EXPANSION_PARAMETER_PACKS): Use the new
              operand of EXPR_PACK_EXPANSION.
      	(cp_tree_operand_length): Declare.
              * tree.c (cp_tree_operand_length): Define.
      	(cp_tree_equal): Call it.
              * pt.c (value_dependent_expr_P): Likewise.
              * mangle.c (write_expression): Likewise.
      
      From-SVN: r173625
      Nathan Froyd committed
    • Fix PRs 48857, 48495 · dbcc9f08
      From-SVN: r173624
      Michael Meissner committed
    • use build_function_type less in c-family and LTO · 8242dd04
      use build_function_type less in c-family and LTO
      gcc/c-family/
      	* c-common.c (def_fn_type): Don't call build_function_type, call
      	build_function_type_array or build_varargs_function_type_array
      	instead.
      	(c_common_nodes_and_builtins): Likewise.
      
      gcc/lto/
      	* lto-lang.c (def_fn_type): Don't call build_function_type, call
      	build_function_type_array or build_varargs_function_type_array
      	instead.
      
      From-SVN: r173623
      Nathan Froyd committed
    • config.gcc (i[34567]86-*-darwin*, [...]): Add i386/darwin-lib.h to $libgcc_tm_file. · 4a68b4ca
      gcc:
      	* config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
      	i386/darwin-lib.h to $libgcc_tm_file.
      	* config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
      
      libgcc:
      	* config/i386/darwin-lib.h: New file.
      
      From-SVN: r173622
      Joseph Myers committed
    • gcc_update (gcc/config/rs6000/rs6000-tables.opt): New dependencies. · f10d3ac9
      contrib:
      	* gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
      	dependencies.
      
      gcc:
      	* config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New
      	files.
      	* config/rs6000/rs6000-tables.opt: New file (generated).
      	* config.gcc (powerpc*-*-*, rs6000*-*-*): Add
      	rs6000/rs6000-tables.opt to extra_options.
      	* config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
      	* config/rs6000/rs6000.c (rs6000_select): Remove.
      	(processor_target_table): Move contents to rs6000-cpus.def.
      	(darwin_rs6000_override_options): Check
      	global_options_set.x_rs6000_cpu_index instead of
      	rs6000_select[1].string.
      	(rs6000_option_override_internal): Likewise.
      	(rs6000_handle_option): Don't assert that global structures are in
      	use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
      	(rs6000_default_cpu): New variable.
      	(rs6000_file_start): Set it instead of local default_cpu.  Check
      	rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
      	global_options_set.x_rs6000_tune_index instead of rs6000_select.
      	(rs6000_darwin_file_start): Check rs6000_default_cpu and
      	global_options_set.x_rs6000_cpu_index instead of rs6000_select.
      	* config/rs6000/rs6000.h (struct rs6000_cpu_select,
      	rs6000_select): Remove.
      	* config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
      	Remove.
      	(mcpu=, mtune=): Use Var, Init, Enum and Save.
      	* config/rs6000/t-rs6000
      	($(srcdir)/config/rs6000/rs6000-tables.opt): New.
      	* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
      	global_options_set.x_rs6000_cpu_index instead of
      	rs6000_select[1].string.
      	* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
      	global_options_set.x_rs6000_cpu_index instead of
      	rs6000_select[1].string.
      
      From-SVN: r173620
      Joseph Myers committed
    • config.gcc (libgcc_tm_file): Define instead of including files from… · 80cf2e08
      config.gcc (libgcc_tm_file): Define instead of including files from ../../libgcc/config/ in tm_file.
      
      gcc:
      	* config.gcc (libgcc_tm_file): Define instead of including files
      	from ../../libgcc/config/ in tm_file.
      	* configure.ac (libgcc_tm_file_list, libgcc_tm_include_list):
      	Define.
      	* configure: Regenerate.
      	* Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
      	libgcc_tm.h, cs-libgcc_tm.h): New.
      	(TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
      	(clean): Remove libgcc_tm.h.
      	* config/arm/symbian.h (RENAME_LIBRARY): Remove.
      	* mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
      	* system.h (DECLARE_LIBRARY_RENAMES): Poison.
      
      libgcc:
      	* config/arm/symbian-lib.h: New.
      
      From-SVN: r173619
      Joseph Myers committed
    • re PR target/48896 (avr.o warnings) · fd01a351
      	PR target/48896
      	* config/avr/avr.c (avr_ret_register): Return unsigned int
      	instead of int.
      	(avr_function_value): Mark fn_decl_or_type as unused, don't pass
      	it to avr_libcall_value.
      	avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
      	expand_expr.
      	(avr_expand_binop_builtin): Ditto.
      	(avr_expand_unop_builtin): Ditto.
      
      From-SVN: r173617
      Georg-Johann Lay committed
    • rx.h (JUMP_ALIGN, [...]): Define. · 34cc3c86
      	* config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
      	(LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
      	* config/rx/rx.c (rx_align_for_label): Add label and
      	uses_threshold parameters.  Do not align when the label is not
      	used enough.
      	* config/rx/rx-protos.h (rx_align_for_label): Update prototype.
      
      From-SVN: r173615
      DJ Delorie committed
    • tree-ssa-forwprop.c (combine_conversions): Pattern-match a series of conversions… · be173289
      tree-ssa-forwprop.c (combine_conversions): Pattern-match a series of conversions and apply foldings similar to what...
      
      2011-05-10  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-forwprop.c (combine_conversions): Pattern-match
      	a series of conversions and apply foldings similar to what
      	fold-const does.
      	(tree_ssa_forward_propagate_single_use_vars): Call it.
      
      	* gcc.dg/tree-ssa/ssa-fre-2.c: Disable forwprop.
      	* gcc.dg/tree-ssa/ssa-fre-3.c: Likewise.
      	* gcc.dg/tree-ssa/ssa-fre-4.c: Likewise.
      	* gcc.dg/tree-ssa/ssa-fre-5.c: Likewise.
      	* gcc.dg/tree-ssa/scev-cast.c: Adjust.  Note what transformation
      	applies.
      
      From-SVN: r173612
      Richard Guenther committed
    • re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr… · 6ae70ea2
      re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop on basic code)
      
      	PR tree-optimization/48611
      	PR tree-optimization/48794
      	* tree-eh.c (remove_unreachable_handlers): Don't remove regions
      	referenced from RESX or EH_DISPATCH arguments.
      
      	* gfortran.dg/gomp/pr48611.f90: New test.
      	* gfortran.dg/gomp/pr48794.f90: New test.
      
      From-SVN: r173607
      Jakub Jelinek committed
    • re PR debug/48928 (ICE: in decimal_to_decnumber, at dfp.c:113 with -O -g and decimal float) · e7f78021
      	PR debug/48928
      	* dfp.c (decimal_to_decnumber): Handle conversion from
      	dconst{1,2,m1,half}.
      
      	* gcc.dg/dfp/pr48928.c: New test.
      
      From-SVN: r173606
      Jakub Jelinek committed
    • Daily bump. · 321f4ead
      From-SVN: r173604
      GCC Administrator committed
  3. 09 May, 2011 14 commits