1. 17 Jan, 2009 11 commits
  2. 16 Jan, 2009 20 commits
  3. 15 Jan, 2009 9 commits
    • graphite.c (scan_tree_for_params): On substractions negate all the coefficients of the term. · c77bb78f
      2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
      	    Tobias Grosser  <tobi.grosser@amd.com>
      	    Jan Sjodin  <jan.sjodin@amd.com>
      
      	* graphite.c (scan_tree_for_params): On substractions negate
      	all the coefficients of the term.
      	(clast_to_gcc_expression_red): New.  Handle reduction expressions
      	of more than two operands.
      	(clast_to_gcc_expression): Call clast_to_gcc_expression_red.
      	(get_vdef_before_scop): Handle also the case of default definitions.
      
      
      
      Co-Authored-By: Jan Sjodin <jan.sjodin@amd.com>
      Co-Authored-By: Tobias Grosser <tobi.grosser@amd.com>
      
      From-SVN: r143415
      Sebastian Pop committed
    • re PR c++/29388 (ICE with invalid nested name specifier) · a2712544
      
      2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/29388
              * decl.c (grokdeclarator): Check for a non namespace/class context.
      
      
      2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR C++/29388
              * g++.dg/template/error37.C: New testcase.
      
      From-SVN: r143411
      Andrew Pinski committed
    • caller-save.c (add_used_regs_1, [...]): New functions. · 574af2d6
      gcc/
      	* caller-save.c (add_used_regs_1, add_used_regs): New functions.
      	(insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
      	Also use them when walking CALL_INSN_FUNCTION_USAGE.
      
      From-SVN: r143409
      Richard Sandiford committed
    • re PR libstdc++/32666 (FAIL: abi_check hppa) · adc8a1e3
      2009-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/32666
      	* config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update.
      
      2009-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/32666
      	* Makefile.am (hosted_source): Remove libmath directory.
      	* Makefile.in: Regenerate.
      	* linkage.m4 (GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT): Remove.
      	(AC_REPLACE_MATHFUNCS): Remove.
      	(GLIBCXX_CHECK_MATH_SUPPORT): Remove copysign, copysignl checks as done
      	in GLIBCXX_CHECK_C99_TR1.
      	* acinclude.m4: Remove libmath, need_math.
      	* crossconfig.m4: Remove use of HAVE_COPYSIGN, HAVE_COPYSIGNL,
      	HAVE_COPYSIGNF, GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT, need_libmath.
      	* configure.ac: Same.
      	* configure: Regenerate.
      	* fragment.am: Fix comment.
      	* config.h.in: Regenerate.
      	* src/Makefile.in: Regenerate.
      	* src/Makefile.am: Remove libmath references.
      	* doc/Makefile.in: Regenerate.
      	* po/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* libsupc++/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      	* src/compatibility.cc: Also export long double versions of "C" math
      	library if hppa-linux.
      	* config/abi/pre/gnu.ver: Remove unused __signbit exports.
      	* doc/xml/manual/appendix_contributing.xml: Remove libmath reference.
      
      	* libmath: Remove.
      	* libmath/signbit.c: Same.
      	* libmath/stubs.c: Same.
      	* libmath/Makefile.in: Same.
      	* libmath/copysignf.c: Same.
      	* libmath/mathconf.h: Same.
      	* libmath/signbitf.c: Same.
      	* libmath/Makefile.am: Same.
      	* libmath/signbitl.c: Same.
      
      From-SVN: r143406
      Benjamin Kosnik committed
    • re PR c++/36334 (typedef to function type leads to problems) · 4af9e878
              PR c++/36334
              PR c++/37646
              * tree.c (lvalue_p_1): Handle BASELINK.  A COMPONENT_REF to
              a function isn't necessarily an lvalue. Take tree, not const_tree.
              (lvalue_p, real_lvalue_p): Take tree, not const_tree.
              * typeck.c (lvalue_or_else): Likewise.
              * cp-tree.h: Adjust prototypes.
      
      From-SVN: r143404
      Jason Merrill committed
    • re PR c++/38357 (ICE cc1plus (Segmentation fault)) · f1253e7e
      	PR c++/38357
      	* g++.dg/template/crash87.C: New test.
      
      From-SVN: r143403
      Steve Ellcey committed
    • re PR c++/38357 (ICE cc1plus (Segmentation fault)) · 5fa0e853
      	PR c++/38357
      	* pt.c (tsubst): Check for NULL args.
      
      From-SVN: r143402
      Steve Ellcey committed
    • re PR middle-end/37843 (unaligned stack in main due to tail call optimization) · e939805b
      gcc/
      
      2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
      	    Joey Ye  <joey.ye@intel.com>
      
      	PR middle-end/37843
      	* cfgexpand.c (expand_stack_alignment): Don't update stack
      	boundary nor check incoming stack boundary here.
      	(gimple_expand_cfg): Update stack boundary and check incoming
      	stack boundary here.
      
      gcc/testsuite/
      
      2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37843
      	* gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
      
      Co-Authored-By: Joey Ye <joey.ye@intel.com>
      
      From-SVN: r143400
      H.J. Lu committed
    • dce.c (find_call_stack_args, [...]): Fixed comments. · 750900db
      2009-01-15  Kenneth Zadeck <zadeck@naturalbridge.com>
      
      	* dce.c (find_call_stack_args, delete_unmarked_insns): Fixed
      	comments.
      
      From-SVN: r143398
      Kenneth Zadeck committed