OSDN Git Service

* gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4acc4b9..d3405be 100644 (file)
@@ -1,3 +1,58 @@
+2009-04-14  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs.
+       (do_D): Remove attribute hidden.
+
+2009-04-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/39480
+       * g++.dg/init/copy7.C: New.
+
+2009-04-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/39733
+       * gcc.misc-tests/options.exp (check_for_options): Renamed to ...
+       (check_for_all_options): This.
+
+2009-04-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/39750
+       * g++.dg/template/crash90.C: New.
+
+2009-04-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/39742
+       * g++.dg/overload/extern-C-2.C: New.
+
+2009-04-12  Joseph Myers  <joseph@codesourcery.com>
+
+       PR preprocessor/31869
+       * gcc.dg/cpp/strify5.c: New test.
+
+2009-04-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/enum1.adb: New test.
+       * gnat.dg/enum1_pkg.ads: New helper.
+
+2009-04-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/39740
+       * gcc.target/alpha/pr39740.c: New test.
+
+2009-04-11  Daniel Kraft  <d@domob.eu>
+
+       PR fortran/37746
+       * gfortran.dg/bounds_check_strlen_1.f90: New test.
+       * gfortran.dg/bounds_check_strlen_2.f90: New test.
+       * gfortran.dg/bounds_check_strlen_3.f90: New test.
+       * gfortran.dg/bounds_check_strlen_4.f90: New test.
+       * gfortran.dg/bounds_check_strlen_5.f90: New test.
+       * gfortran.dg/bounds_check_strlen_6.f90: New test.
+       * gfortran.dg/bounds_check_strlen_7.f90: New test.
+       * gfortran.fortran-torture/execute/intrinsic_index.f90: Fix wrong
+       expected string length that failed with -fbounds-check now.
+       * gfortran.fortran-torture/execute/intrinsic_trim.f90: Ditto.
+
 2009-04-11  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/39692