1. 25 Apr, 2011 15 commits
    • c-common.c (struct c_common_resword): Add __underlying_type. · 74e883ce
      /gcc
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* c-family/c-common.c (struct c_common_resword): Add
      	__underlying_type.
      	* c-family/c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
      	* doc/extend.texi: Document __underlying_type.
      
      /cp
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* cp-tree.def: Add a new UNDERLYING_TYPE tree code.
      	* cp-tree.h (enum cp_trait_kind): Add CPTK_UNDERLYING_TYPE, tidy.
      	(UNDERLYING_TYPE_TYPE): Add.
      	* cp-objcp-common.c (cp_common_init_ts): Mark UNDERLYING_TYPE
      	as TS_COMMON.
      	* parser.c (cp_lexer_next_token_is_decl_specifier_keyword,
      	cp_parser_simple_type_specifier): Handle UNDERLYING_TYPE.
      	(cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
      	* semantics.c (finish_underlying_type): New.
      	* typeck.c (structural_comptypes): Handle UNDERLYING_TYPE.
      	* error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
      	* cxx-pretty-print.c (p_cxx_type_id): Likewise.
      	* tree.c (cp_walk_subtrees): Likewise.
      	* pt.c (for_each_template_parm_r, tsubst, unify,
      	dependent_type_p_r): Likewise.
      	* mangle.c (write_type): Sorry for __underlying_type.
      
      /testsuite
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/ext/underlying_type1.C: New.
      	* g++.dg/ext/underlying_type2.C: Likewise.
      	* g++.dg/ext/underlying_type3.C: Likewise.
      	* g++.dg/ext/underlying_type4.C: Likewise.
      	* g++.dg/ext/underlying_type5.C: Likewise.
      	* g++.dg/ext/underlying_type6.C: Likewise.
      	* g++.dg/ext/underlying_type7.C: Likewise.
      	* g++.dg/ext/underlying_type8.C: Likewise.
      	* g++.dg/ext/underlying_type9.C: Likewise.
      	* g++.dg/ext/underlying_type10.C: Likewise.
      
      From-SVN: r172945
      Paolo Carlini committed
    • type_traits (struct underlying_type): Add. · a47407f6
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/type_traits (struct underlying_type): Add.
      	* testsuite/20_util/underlying_type/requirements/typedefs-1.cc: New.
      	* testsuite/20_util/underlying_type/requirements/typedefs-2.cc:
      	Likewise.
      	* testsuite/20_util/underlying_type/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
      	line number.
      
      From-SVN: r172944
      Paolo Carlini committed
    • c-common.c (struct c_common_resword): Add __underlying_type. · a0d260fc
      /gcc
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* c-family/c-common.c (struct c_common_resword): Add
      	__underlying_type.
      	* c-family/c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
      
      /cp
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* cp-tree.def: Add a new UNDERLYING_TYPE tree code.
      	* cp-tree.h (enum cp_trait_kind): Add CPTK_UNDERLYING_TYPE, tidy.
      	(UNDERLYING_TYPE_TYPE): Add.
      	* cp-objcp-common.c (cp_common_init_ts): Mark UNDERLYING_TYPE
      	as TS_COMMON.
      	* parser.c (cp_lexer_next_token_is_decl_specifier_keyword,
      	cp_parser_simple_type_specifier): Handle UNDERLYING_TYPE.
      	(cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
      	* semantics.c (finish_underlying_type): New.
      	* typeck.c (structural_comptypes): Handle UNDERLYING_TYPE.
      	* error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
      	* cxx-pretty-print.c (p_cxx_type_id): Likewise.
      	* tree.c (cp_walk_subtrees): Likewise.
      	* pt.c (for_each_template_parm_r, tsubst, unify,
      	dependent_type_p_r): Likewise.
      	* mangle.c (write_type): Sorry for __underlying_type.
      	* doc/extend.texi: Document __underlying_type.
      
      /testsuite
      2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/ext/underlying_type1.C: New.
      	* g++.dg/ext/underlying_type2.C: Likewise.
      	* g++.dg/ext/underlying_type3.C: Likewise.
      	* g++.dg/ext/underlying_type4.C: Likewise.
      	* g++.dg/ext/underlying_type5.C: Likewise.
      	* g++.dg/ext/underlying_type6.C: Likewise.
      	* g++.dg/ext/underlying_type7.C: Likewise.
      	* g++.dg/ext/underlying_type8.C: Likewise.
      	* g++.dg/ext/underlying_type9.C: Likewise.
      	* g++.dg/ext/underlying_type10.C: Likewise.
      
      From-SVN: r172943
      Paolo Carlini committed
    • re PR c++/48707 ([c++0x] ICE initializing static const int) · d95f258e
      	PR c++/48707
      	* decl.c (type_dependent_init_p): New.
      	(cp_finish_decl): Check it.
      	* pt.c (any_type_dependent_elements_p): New.
      	* cp-tree.h: Declare it.
      
      From-SVN: r172941
      Jason Merrill committed
    • titan.md (automata_option "progress"): Remove. · 4d583bb9
      2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
      
              * config/rs6000/titan.md (automata_option "progress"): Remove.
      
      From-SVN: r172940
      Segher Boessenkool committed
    • Typo in test · f49ad344
      From-SVN: r172939
      Jeff Law committed
    • tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too. · 1f3fcdc3
      
      	* tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
      
      	* gcc.dg/tree-ssa/vrp56.c: new test.
      
      From-SVN: r172938
      Jeff Law committed
    • * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*. · 328db450
      From-SVN: r172937
      Rainer Orth committed
    • libgo/time: Support Irix 6 location of zoneinfo files. · eb864be4
      From-SVN: r172936
      Ian Lance Taylor committed
    • libgo: Irix 6 patches. · 9f3b1e6c
      From Rainer Orth.
      
      From-SVN: r172935
      Ian Lance Taylor committed
    • ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h. · e5b0dad8
      include/
      	* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
      
      contrib/
      	* paranoia.cc (ENUM_BITFIELD): Remove.
      
      gcc/
      	* system.h (ENUM_BITFIELD): Remove.
      
      libcpp/
      	* system.h (ENUM_BITFIELD): Remove.
      
      From-SVN: r172933
      Jan Kratochvil committed
    • Use backend interface for function types. · 482829ac
      Drop type_tree() functions for Float_type and Complex_type.
      Don't define builtin functions until gogo is created.
      
      	* go-gcc.cc (Gcc_backend::error_type): Implement.
      	(Gcc_backend::string_type): Remove.
      	(Gcc_backend::function_type): Change signature and implement.
      	(Gcc_backend::struct_type): Change signature.
      	(Gcc_backend::slice_type, Gcc_backend::map_type): Remove.
      	(Gcc_backend::channel_type, Gcc_backend::interface_type): Remove.
      	(Gcc_backend::pointer_type): Check for error.
      	* Make-lang.in (go/types.o): Depend on go/gofrontend/backend.h.
      
      From-SVN: r172932
      Ian Lance Taylor committed
    • Use backend interface for basic types · 0aa5e7f2
      	* go-gcc.c (class Gcc_tree): Make get_tree const.
      	(Gcc_backend::void_type): Implement.
      	(Gcc_backend::bool_type): Implement.
      	(Gcc_backend::integer_type): Implement.
      	(Gcc_backend::float_type): Implement.
      	(Gcc_backend::complex_type): New function.
      	(Gcc_backend::pointer_type): New function.
      	(Gcc_backend::make_type): New function.
      	(type_to_tree): New function.
      
      From-SVN: r172931
      Evan Shaw committed
    • combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals for STORE_FLAG_VALUE==-1 case. · 5157a881
      	* combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
      	for STORE_FLAG_VALUE==-1 case.
      
      Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
      
      From-SVN: r172930
      Maxim Kuvyrkov committed
    • Daily bump. · 0c289711
      From-SVN: r172929
      GCC Administrator committed
  2. 24 Apr, 2011 9 commits
  3. 23 Apr, 2011 14 commits
  4. 22 Apr, 2011 2 commits
    • gengtype.c (open_base_files): Add ipa-inline.h include. · 632b4f8e
      
      	* gengtype.c (open_base_files): Add ipa-inline.h include.
      	* ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to ipa-prop.c
      	update all uses.
      	* ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
      	* ipa-inline-transform.c (inline_call): Use inline_merge_summary to merge
      	summary of inlined function into former caller.
      	* ipa-inline.c (max_benefit): Remove.
      	(edge_badness): Compensate for removal of benefits.
      	(update_caller_keys): Use reset_node_growth_cache/reset_edge_growth_cache.
      	(update_callee_keys): Likewise.
      	(update_all_callee_keys): Likewise.
      	(inline_small_functions): Do not collect max_benefit; do not
      	reset stimated_growth; call free_growth_caches and initialize_growth_caches.
      	* ipa-inline.h (struct condition, type clause_t, struct predicate, struct
      	size_time_entry): New structures.
      	(INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
      	(inline_summary): Remove size_inlining_benefit, time_inlining_benefit and
      	estimated_growth.
      	(edge_growth_cache_entry): New structure.
      	(node_growth_cache, edge_growth_cache): New global vars.
      	(estimate_growth): Turn into inline.
      	(inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
      	initialize_growth_caches, free_growth_caches): Declare.
      	(estimate_edge_growth): Rewrite.
      	(estimate_edge_time): Implement as inline cache lookup.
      	(reset_node_growth_cache, reset_edge_growth_cache): New inline functions.
      	(MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
      	(NUM_CONDITIONS): New constant.
      	(predicate_conditions): New enum.
      	(IS_NOT_CONSTANT): New constant.
      	(edge_removal_hook_holder): New var.
      	(node_growth_cache, edge_growth_cache): New global vars.
      	(true_predicate, single_cond_predicate, false_predicate, not_inlined_predicate,
      	add_condition, add_clause, and_predicates, or_predicates, predicates_equal_p,
      	evaulate_predicate, dump_condition, dump_clause, dump_predicate, account_size_time,
      	evaulate_conditions_for_edge): New functions.
      	(inline_summary_alloc): Move to heap.
      	(inline_node_removal_hook): Clear condition and entry vectors.
      	(inline_edge_removal_hook): New function.
      	(initialize_growth_caches, free_growth_caches): New function.
      	(dump_inline_summary): Update.
      	(edge_execution_predicate): New function.
      	(will_be_nonconstant_predicate): New function.
      	(estimate_function_body_sizes): Compute BB and constantness predicates.
      	(compute_inline_parameters): Do not clear estimated_growth.
      	(estimate_edge_size_and_time): New function.
      	(estimate_calls_size_and_time): New function.
      	(estimate_callee_size_and_time): New function.
      	(remap_predicate): New function.
      	(inline_merge_summary): New function.
      	(do_estimate_edge_time): New function based on...
      	(estimate_edge_time): ... this one.
      	(do_estimate_edge_growth): New function.
      	(do_estimate_growth): New function based on....
      	(estimate_growth): ... this one.
      	(inline_analyze_function): Analyze after deciding on jump functions.
      	(inline_read_section): New function.
      	(inline_read_summary): Use it.
      	(inline_write_summary): Write all the new data.
      	* ipa-prop.c (ipa_get_param_decl_index): Export.
      	(ipa_lattice_from_jfunc): Move here from ipa-cp.c
      	* ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc): Declare.
      	(ipa_get_lattice): Move hre from ipa-cp.c
      	* Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
      	* params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
      	* cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
      	cgraph_edge_inlinable_p): Remove.
      	* cgraphunit.c: Include ipainline.h
      	(cgraph_process_new_functions): Update call of compute_inline_parameters.
      
      	* gcc.dg/tree-ssa/pr38699.c: Fix testcase.
      
      From-SVN: r172873
      Jan Hubicka committed
    • libstdc++.exp (check_v3_target_time): Discard unused compilation result thanks to /dev/null. · 0cfbd288
      2011-04-22  François Dumont  <francois.cppdevs@free.fr>
      
              * testsuite/lib/libstdc++.exp (check_v3_target_time): Discard
              unused compilation result thanks to /dev/null.
              * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode
              check_v3_target_profile_mode check_v3_target_normal_mode
              check_v3_target_cstdint check_v3_target_cmath
              check_v3_target_atomic_builtins check_v3_target_gthreads
              check_v3_target_nanosleep check_v3_target_sched_yield
              check_v3_target_string_conversions check_v3_target_swprintf
              check_v3_target_binary_io): Use simple preprocessing rather than
              compilation. Discard unused preprocessing result thanks to /dev/null.
      
      From-SVN: r172872
      François Dumont committed