OSDN Git Service

PR c++/43502
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b665471..5a10881 100644 (file)
@@ -1,3 +1,61 @@
+2010-03-24  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43502
+       * g++.dg/cpp0x/lambda/lambda-debug.C: New.
+
+2010-03-24  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into
+       a loop. 
+       * gcc.dg/ipa/ipa-2.c: Likewise.
+       * gcc.dg/ipa/ipa-3.c: Likewise.
+       * gcc.dg/ipa/ipa-4.c: Likewise.
+       * gcc.dg/ipa/ipa-5.c: Likewise.
+       * gcc.dg/ipa/ipa-7.c: Likewise.
+       * gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into
+       a loop.
+       * gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to
+       i_can_not_be_propagated_fully2 into a loop.
+       * gcc.dg/ipa/ipa-8.c: New test.
+       * g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop.
+
+2010-03-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/19192
+       PR debug/43479
+       * gcc.dg/guality/pr43479.c: New test.
+       * gcc.dg/debug/dwarf2/inline2.c (third): Make a a global var
+       and add volatile keyword.
+
+2010-03-23  Mike Stump  <mikestump@comcast.net>
+
+       * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Enhance portability.
+
+2010-03-23  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/ext/altivec-17.C: Adjust error message.
+
+       * g++.dg/cpp0x/lambda/lambda-const-neg.C: Adjust for non-static op().
+       * g++.dg/cpp0x/lambda/lambda-conv.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-mangle.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-non-const.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-conv2.C: New.
+       * g++.dg/cpp0x/lambda/lambda-conv3.C: New.
+
+2010-03-22  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43333
+       * g++.dg/ext/is_pod.C: Pass -std=c++0x.
+       * g++.dg/ext/is_pod_98.C: New.
+
+       PR c++/43281
+       * g++.dg/cpp0x/auto18.C: New.
+
+       * gcc.dg/pr36997.c: Adjust error message.
+       * g++.dg/ext/vector9.C: Likewise.
+       * g++.dg/conversion/simd3.C: Likewise.
+       * g++.dg/other/error23.C: Likewise.
+
 2010-03-22  Michael Matz  <matz@suse.de>
 
        PR middle-end/43475