1. 21 Aug, 2008 15 commits
    • class.c (make_class_data): Don't add field_index when flag_reduced_reflection set. · c7c63407
      2008-08-21  David Daney  <ddaney@avtrex.com>
      
      	* class.c (make_class_data): Don't add field_index when
      	flag_reduced_reflection set.
      
      From-SVN: r139397
      David Daney committed
    • Fix ChangeLog typo · d9b14b12
      From-SVN: r139394
      Nathan Froyd committed
    • libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir exists. · 8c9570df
      	* testsuite/libgomp.exp (libgomp_init): Only set things that
      	depend on blddir if blddir exists.
      	(libgomp_target_compile): Likewise.
      	* testsuite/libgomp.c++/c++.exp: Likewise.
      	* testsuite/libgomp.fortran/fortran.exp: Likewise.
      
      From-SVN: r139393
      Nathan Froyd committed
    • cgraph.c (first_cgraph_function_insertion_hook): New variable. · 129a37fc
      	* cgraph.c (first_cgraph_function_insertion_hook): New variable.
      	(cgraph_add_function_insertion_hook, cgraph_remove_function_insertion_hook,
      	cgraph_call_function_insertion_hooks): New functions.
      	* cgraph.h (cgraph_add_function_insertion_hook, cgraph_remove_function_insertion_hook,
      	cgraph_call_function_insertion_hooks): Declare.
      	* ipa-reference.c (function_insertion_hook_holder): New variable.
      	(check_operand, look_for_address_of): When checking late, do not care
      	about module bitmaps.
      	(add_new_function): New function.
      	(generate_summary): Register hooks; zero module bitmaps.
      	(propagate): Unregister hooks.
      	* ipa-pure-const.c (function_insertion_hook_holder): New variable.
      	(add_new_function): New function.
      	(generate_summary): Register hook.
      	(propagate): Remove hook.
      
      	* ipa-cp.c (ipcp_need_redirect_p): Fix to not be constant 0.
      
      	* tree-pass.h (pass_ipa_cp): Make ipa_opt_pass.
      	* ipa-cp.c (ipcp_update_cloned_node): New function.
      	(build_const_val): Handle functions correctly; bring type logic
      	into sync with tree-inline.c
      	(ipcp_init_stage):  Take care of computing stuff needed by
      	indirect inlining; update clones.
      	(ipcp_generate_summary): Break out of ipcp_driver.
      	(ipcp_driver): Do only execution and transformation.
      	(pass_ipa_cp): Make IPA_PASS.
      	* tree-ssa-ccp.c (fold_stmt_r): Check type before trying to fold
      	offset to address.
      	* ipa-inline.c (inline_indirect_intraprocedural_analysis): When doing
      	ipcp, some info is already available.
      	* ipa-prop.c (ipa_count_arguments): Grow edge lists as needed.
      	* tree-inline.c (remap_ssa_name): Unshare expression.
      
      From-SVN: r139389
      Jan Hubicka committed
    • tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if it… · 1e52075c
      tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if it is already available.
      
      2008-08-21  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
      	a PHI ask VN if it is already available.
      	* tree-ssa-sccvn.h (vn_phi_lookup): Declare.
      	* tree-ssa-sccvn.c (vn_phi_lookup): Export.
      
      From-SVN: r139388
      Richard Guenther committed
    • re PR middle-end/36817 (internal compiler error: in compare_values_warnv) · 729edaa1
      2008-08-21  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/36817
      	* tree-chrec.c (chrec_apply): Always call chrec_fold_plus which
      	makes sure to produce a result of the correct type.
      
      	* gcc.c-torture/compile/pr36817.c: New testcase.
      
      From-SVN: r139385
      Richard Guenther committed
    • Backport from LTO branch: · 812dbce5
      	2008-05-05  Kenneth Zadeck <zadeck@naturalbridge.com>
      		    Jan Hubicka  <jh@suse.cz>
      	
      	* ipa-pure-const.c
      	(init_state, finish_state, set_function_state, generate_summary):
      	New functions.
      	(scan_stmt): Renamed from scan_function.  Changed to keep state in
      	local static vars rather than cgraph aux field.
      	(propagate): Renamed from static_execute. Changed to keep state in
      	local static vars rather than cgraph aux field.
      	(pass_ipa_pure_const): Changed from SIMPLE_IPA_PASS to IPA_PASS.
      	* tree-pass.h (pass_ipa_pure_const): Turn into IPA_PASS.
      
      	2008-07-15  Kenneth Zadeck <zadeck@naturalbridge.com>
      
      	* tree-pass.h (pass_ipa_reference): Make into ipa_opt_pass.
      	* ipa-reference.c (init_function_info, generate_summary, 
      	propagate): New functions.
      	(analyze_function):  Call init_function_info.
      	(static_execute): Stripped into generate_summary and propagate.
      	(pass_ipa_reference): Made into ipa_opt_pass.
      
      From-SVN: r139378
      Jan Hubicka committed
    • Makefile.am: Add -no-undefined · 0ac7d78a
      2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
      
      	* Makefile.am: Add -no-undefined
      	* Makefile.in: Regenerate.
      
      From-SVN: r139377
      Aaron W. LaFramboise committed
    • ssa-fre-13.c: Remove XFAIL. · a80eccaa
      2008-08-21  Richard Guenther  <rguenther@suse.de>
      
      	* gcc.dg/tree-ssa/ssa-fre-13.c: Remove XFAIL.
      	* gcc.dg/tree-ssa/ssa-fre-14.c: Likewise.
      	* gcc.dg/tree-ssa/ssa-fre-17.c: Likewise.
      	* gcc.dg/tree-ssa/data-dep-1.c: Likewise.
      	* gcc.dg/tree-ssa/ltrans-3.c: Likewise.
      
      From-SVN: r139376
      Richard Guenther committed
    • re PR tree-optimization/37181 (FAIL: Divide_1 -O3) · 08298a8c
      2008-08-21  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/37181
      	* tree-vrp.c (extract_range_from_binary_expr): Check for NULL
      	folding result.
      	(extract_range_from_unary_expr): Likewise.
      
      From-SVN: r139375
      Richard Guenther committed
    • re PR testsuite/37182 (Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c) · 96501113
      2008-08-21  Richard Guenther  <rguenther@suse.de>
      
      	PR testsuite/37182
      	* gcc.dg/pr17506.c: Remove duplicate testcase.
      	* gcc.dg/uninit-15.c: Adjust to allow for both correct
      	behaviors, one xfailed.
      
      From-SVN: r139374
      Richard Guenther committed
    • diagnostic.c (pedwarn_at): Rename as pedwarn. · 509c9d60
      2008-08-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	* diagnostic.c (pedwarn_at): Rename as pedwarn.
      	(pedwarn): Delete.
      	* toplev.h (pedwarn_at): Likewise.
      	* builtins.c: Update all calls to pedwarn.
      	* c-lex.c: Likewise.
      	* toplev.c: Likewise.
      	* c-tree.h: Likewise.
      	* c-decl.c: Likewise.
      	* c-errors.c: Likewise.
      	* c-typeck.c: Likewise.
      	* c-common.c: Likewise.
      	* c-parser.c: Likewise.
      cp/
      	* typeck.c: Update all calls to pedwarn.
      	* decl.c: Likewise.
      	* call.c: Likewise.
      	* error.c: Likewise.
      	* pt.c: Likewise.
      	* name-lookup.c: Likewise.
      	* parser.c: Likewise.
      fortran/	
      	* f95-lang.c: Update all calls to pedwarn.
      
      From-SVN: r139373
      Manuel López-Ibáñez committed
    • char_traits.h (char_traits<char16_t>:: assign(char_type*, size_t, char_type),… · 2fb63453
      char_traits.h (char_traits<char16_t>:: assign(char_type*, size_t, char_type), [...]): For now, just open-code.
      
      2008-08-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/char_traits.h (char_traits<char16_t>::
      	assign(char_type*, size_t, char_type), char_traits<char32_t>::
      	assign(char_type*, size_t, char_type)): For now, just open-code.
      
      From-SVN: r139367
      Paolo Carlini committed
    • re PR target/31070 (ICE in function_arg_slotno) · 0dd8c9bc
      	PR target/31070
      	* config/sparc/sparc.c (function_arg_slotno): Handle structure
      	with MODE_VECTOR_INT mode.
      
      From-SVN: r139363
      Joseph Myers committed
    • Daily bump. · 2fe17ae8
      From-SVN: r139361
      GCC Administrator committed
  2. 20 Aug, 2008 25 commits