re PR c++/47906 (r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*)
authorJason Merrill <jason@redhat.com>
Mon, 28 Feb 2011 06:55:08 +0000 (01:55 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 28 Feb 2011 06:55:08 +0000 (01:55 -0500)
PR c++/47906
* g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.

From-SVN: r170556

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

index e9a44cda21c70e02de2178a1e5bca8e75397cea5..b3b1a2782c43f2530e233aa998b8c4621df835e8 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 fcf65e3b01c4d7a8219f0edf28d06fa2cdfbcf5a..b36d1aadb89206d0bac61e53fb61a88d5fa8bb2c 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
 {