OSDN Git Service

* call.c (struct z_candidate): Add explicit_targs field.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b4d89e0..dfd3823 100644 (file)
@@ -1,3 +1,41 @@
+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