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
This commit is contained in:
Jason Merrill 2011-02-28 01:55:08 -05:00 committed by Jason Merrill
parent 15bf6f3af7
commit 95d541cb15
2 changed files with 6 additions and 1 deletions

View 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

View 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
{