From: Jason Merrill Date: Mon, 28 Feb 2011 06:55:08 +0000 (-0500) Subject: re PR c++/47906 (r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95d541cb158e34c19e79318947011284a1f88b3b;p=gcc.git re PR c++/47906 (r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*) PR c++/47906 * g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6. From-SVN: r170556 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e9a44cda21c..b3b1a2782c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-02-28 Jason Merrill + + PR c++/47906 + * g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6. + 2011-02-27 Jerry DeLisle PR libgfortran/47778 diff --git a/gcc/testsuite/g++.dg/cpp0x/trailing1.C b/gcc/testsuite/g++.dg/cpp0x/trailing1.C index fcf65e3b01c..b36d1aadb89 100644 --- a/gcc/testsuite/g++.dg/cpp0x/trailing1.C +++ b/gcc/testsuite/g++.dg/cpp0x/trailing1.C @@ -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 {