OSDN Git Service

* call.c (struct z_candidate): Add explicit_targs field.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 3223474..dfd3823 100644 (file)
@@ -1,3 +1,120 @@
+2010-05-17  Jason Merrill  <jason@redhat.com>
+
+       PR c++/44157
+       * g++.dg/cpp0x/initlist34.C: New.
+
+       PR c++/44158
+       * g++.dg/cpp0x/rv-trivial-bug.C: Test copy-init too.
+
+2010-05-17  Martin Jambor  <mjambor@suse.cz>
+
+       * g++.dg/ipa/ivinline-1.C: New test.
+       * g++.dg/ipa/ivinline-2.C: New test.
+       * g++.dg/ipa/ivinline-3.C: New test.
+       * g++.dg/ipa/ivinline-4.C: New test.
+       * g++.dg/ipa/ivinline-5.C: New test.
+       * g++.dg/ipa/ivinline-6.C: New test.
+
+2010-05-17  Dodji Seketeli  <dodji@redhat.com>
+           Jason Merrill  <jason@redhat.com>
+
+       PR c++/44108
+       * c-c++-common/Wunused-var-8.c: New test.
+
+2010-05-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/42347
+       * gcc.c-torture/compile/pr42347.c: New test.
+
+       PR middle-end/44102
+       * g++.dg/ext/asmgoto1.C: New test.
+
+2010-05-17  Martin Jambor  <mjambor@suse.cz>
+
+       PR middle-end/44133
+       * gcc.dg/tree-ssa/pr44133.c: New test.
+       * gcc.dg/tree-ssa/sra-9.c: Make the scan regular expression more
+       precise.
+
+2010-05-17  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/44044
+       * gfortran.dg/class_20.f03: New.
+
+2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
+
+        PR 44078
+        * gcc.dg/tree-ssa/prefetch-7.c: Change pattern to match only the old
+        debug messages but not the newly introduced one.
+
+2010-05-16  Daniel Franke  <franke.daniel@gmail.com>
+
+        PR fortran/35779
+       * gfortran.dg/initialization_25.f90: Commented testcase.
+       * gfortran.dg/initialization_26.f90: New.
+
+2010-05-16  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/pr43317.c: Do not pass -fipa-type-escape.
+       * gcc.dg/pr43084.c: Likewise.
+       * gcc.dg/pr42250.c: Pass -fipa-struct-reorg instead of
+       -fipa-type-escape.
+       * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Do not pass
+       -fipa-type-escape.
+       * gcc.dg/struct/struct-reorg.exp: Likewise.
+       * gcc.dg/struct/wo_prof_empty_str.c: Likewise.
+       * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
+
+2010-05-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/c1x-static-assert-1.c, gcc.dg/c1x-static-assert-2.c,
+       gcc.dg/c1x-static-assert-3.c, gcc.dg/c1x-static-assert-4.c,
+       gcc.dg/c1x-static-assert-5.c, gcc.dg/c1x-static-assert-6.c,
+       gcc.dg/c90-static-assert-1.c, gcc.dg/c99-static-assert-1.c: New
+       tests.
+
+2010-05-15  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/eh/spec10.C: New.
+       * g++.dg/eh/spec11.C: New.
+       * g++.old-deja/g++.mike/eh34.C: Remove dg-options.
+
+2010-05-15  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/44154
+       PR fortran/42647
+       * gfortran.dg/allocatable_scalar_9.f90: New.
+
+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