OSDN Git Service

Candidate fix for PR c++/41570
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 35e71d8..36d90f3 100644 (file)
@@ -1,7 +1,42 @@
+2009-10-12  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/41570
+       * gcc/testsuite/g++.dg/debug/dwarf2/template-params-7.C: New test.
+
+2009-10-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR debug/41616
+       * gcc.dg/guality/pr41616-1.c: New.
+
+2009-10-11  Jason Merrill  <jason@redhat.com>
+
+       PR c++/37204
+       * g++.dg/cpp0x/rv-reinterpret.C: New.
+
+2009-10-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/38439
+       * gfortran.dg/fmt_error_9.f: New test.
+       * gfortran.dg/fmt_error_10.f: New test.
+       
+2009-10-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/41583
+       * gfortran.dg/class_4a.f03: New test with class_4b,c and d.f03.
+       * gfortran.dg/class_4b.f03: As above.
+       * gfortran.dg/class_4c.f03: As above.
+       * gfortran.dg/class_4d.f03: As above.
+
+2009-10-11  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/41555
+       * gcc.dg/torture/pr41555.c: New testcase.
+
 2009-10-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/35862
-       * gfortran.dg/round_2.f03: Eliminate possible compile error.
+       * gfortran.dg/round_2.f03: Eliminate possible compile error. Use max
+       function correctly.
 
 2009-10-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>