OSDN Git Service

PR c++/47906
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 2011 06:55:08 +0000 (06:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Feb 2011 06:55:08 +0000 (06:55 +0000)
* g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/trailing1.C

index e9a44cd..b3b1a27 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/47906
+       * g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.
+
 2011-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/47778
index fcf65e3..b36d1aa 100644 (file)
@@ -1,5 +1,5 @@
 // Tests for late-specified return type.
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=c++0x -fabi-version=6" }
 
 auto f() -> int
 {