1. 09 Feb, 2010 7 commits
  2. 08 Feb, 2010 10 commits
  3. 07 Feb, 2010 17 commits
  4. 06 Feb, 2010 6 commits
    • re PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in… · 75a631c5
      re PR libstdc++/42989 (operator= for rvalue reference for wstring disappears in libstdc++.so.6.0.14)
      
      2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/42989
      	* config/abi/pre/gnu.ver: Fix wstring move assignment operator typo.
      
      From-SVN: r156556
      Paolo Carlini committed
    • re PR libstdc++/27340 (valarray uses __cos which may conflict with libm functions) · 54f38225
      2010-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/27340
      	* include/bits/valarray_before.h: Uglify the structs wrapping
      	cmath functions differently, eg, _Cos instead of __cos.
      	* include/bits/valarray_after.h: Adjust.
      
      From-SVN: r156555
      Paolo Carlini committed
    • read_no_eor.f90: New test. · 9d3b08c6
      2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	* gfortran.dg/read_no_eor.f90: New test.
      
      From-SVN: r156553
      Jerry DeLisle committed
    • re PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange… · 28f9f145
      re PR tree-optimization/42637 ([graphite] wrong code for -floop-interchange -ftree-loop-distribution)
      
      Fix PR42637.
      
      2010-02-05  Sebastian Pop  <sebastian.pop@amd.com>
      	    Konrad Trifunovic  <konrad.trifunovic@inria.fr>
      
      	PR middle-end/42637
      	* graphite-dependences.c (build_lexicographical_constraint): Return
      	a union of dependence polyhedra.
      	(dependence_polyhedron_1): Adapt for build_lexicographical_constraint.
      
      	* testsuite/gcc.dg/graphite/block-0.c: Enable runtime check.  XFAILed.
      	* testsuite/gcc.dg/graphite/block-4.c: Same.
      	* testsuite/gcc.dg/graphite/block-7.c: Same.
      	* testsuite/gcc.dg/graphite/interchange-12.c: Same.
      	* testsuite/gcc.dg/graphite/interchange-mvt.c: Same.
      	* testsuite/gfortran.dg/graphite/interchange-1.f: XFAILed.
      	* testsuite/gfortran.dg/graphite/interchange-3.f90: XFAILed.
      	* testsuite/gfortran.dg/graphite/run-id-1.f: New testcase for PR42637.
      
      Co-Authored-By: Konrad Trifunovic <konrad.trifunovic@inria.fr>
      
      From-SVN: r156552
      Sebastian Pop committed
    • Do not FAIL in miscompiled runtime tests. · 4d0bf08b
      2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* testsuite/gcc.dg/graphite/interchange-12.c: Return 0 to avoid
      	the execution check to FAIL.  This testcase is miscompiled by Graphite
      	and the check should be re-enabled.
      	* testsuite/gcc.dg/graphite/interchange-mvt.c: Same.
      	* testsuite/gcc.dg/graphite/block-0.c: Same.
      	* testsuite/gcc.dg/graphite/block-4.c: Same.
      	* testsuite/gcc.dg/graphite/block-7.c: Same.
      
      From-SVN: r156551
      Sebastian Pop committed
    • Fix testsuite. · 54cf8879
      2010-02-03  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* testsuite/gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
      	* testsuite/gcc.dg/graphite/scop-0.c: Fix spaces.
      	* testsuite/gfortran.dg/graphite/block-1.f90: Rewrite expected output.
      	* testsuite/gfortran.dg/graphite/block-2.f: Same.
      	* testsuite/gfortran.dg/graphite/block-3.f90: Same.
      	* testsuite/gfortran.dg/graphite/block-4.f90: Same.
      	* testsuite/gfortran.dg/graphite/interchange-1.f: Un-XFAILed.
      	* testsuite/gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
      
      From-SVN: r156550
      Sebastian Pop committed