1. 21 Aug, 2008 10 commits
    • 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 30 commits