OSDN Git Service

PR c++/44148
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 1e3d9c7..b41cfac 100644 (file)
@@ -1,3 +1,43 @@
+2010-05-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/44148
+       * g++.dg/torture/pr44148.C: New test.
+
+2010-05-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/c1x-anon-struct-1.c, gcc.dg/c1x-anon-struct-2.c,
+       gcc.dg/c90-anon-struct-1.c, gcc.dg/c99-anon-struct-1.c: New tests.
+       * gcc.dg/20080820.c, gcc.dg/anon-struct-1.c: Update expected
+       diagnostics and type sizes.
+
+2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/lto9.adb: New test.
+       * gnat.dg/lto9_pkg1.ads: New helper.
+       * gnat.dg/lto9_pkg2.ad[sb]: Likewise.
+
+2010-05-15  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/lto/ipareference_1.c: Rename to ...
+       * gcc.dg/lto/ipareference_0.c: ... this one.
+       * gcc.dg/lto/ipareference_2.c: Rename to ...
+       * gcc.dg/lto/ipareference_1.c: ... this one.
+
+2010-05-15  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/lto/ipareference_1.c: New file.
+       * gcc.dg/lto/ipareference_2.c: New file.
+
+2010-05-15  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/44038
+       * gcc.c-torture/compile/pr44038.c: New testcase.
+
+2010-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/avx-cmpsd-1.c: Add -std=c99.
+       * gcc.target/i386/avx-cmpss-1.c: Likewise.
+
 2010-05-15  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/43207