OSDN Git Service

Fix PR c++/48656
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 6fca754..b0d5e1c 100644 (file)
@@ -1,3 +1,74 @@
+2011-04-28  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/48656
+       * g++.dg/template/inherit7.C: New test case.
+
+2011-04-28  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/40052
+       PR tree-optimization/15347
+       * gcc.dg/tree-ssa/vrp57.c: New testcase.
+       * gcc.dg/pr15347.c: Likewise.
+
+2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48530
+       * g++.dg/cpp0x/sfinae18.C: New.
+
+2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48771
+       * g++.dg/ext/is_literal_type1.C: New.
+
+2011-04-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48112
+       PR fortran/48279
+       * gfortran.dg/interface_35.f90: New.
+       * gfortran.dg/erfc_scaled_1.f90: Don't compile with -pedantic.
+       * gfortran.dg/func_result_6.f90: Add dg-warning.
+       * gfortran.dg/bessel_1.f90: Ditto.
+       * gfortran.dg/hypot_1.f90: Ditto.
+       * gfortran.dg/proc_ptr_comp_20.f90: Ditto.
+       * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
+       * gfortran.dg/interface_assignment_4.f90: Ditto.
+
+2011-04-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/ext/complex8.C: New.
+
+       * g++.dg/cpp0x/initlist49.C: New.
+       * g++.dg/init/new30.C: New.
+
+2011-04-27  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48788
+       * gfortran.dg/whole_file_34.f90: New.
+
+2011-04-27  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/inline-9.c: New testcase.
+
+2011-04-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.old-deja/g++.oliva/overload1.C: Adjust.
+
+       * g++.dg/parse/ambig6.C: New.
+
+2011-04-27  Nick Clifton  <nickc@redhat.com>
+
+       * gcc.dg/20020312-2.c: Add definition for RX.
+
+       * lib/target-supports.exp (add_options_for_ieee): Use -mnofpu
+       option with RX targets.
+
+       * gcc.target/rx/pack.c: Replace C++ style // comments with C style
+       /* */ comments.
+
+2011-04-27  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/pr23382.c: Remove.
+
 2011-04-27  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR target/48767