PR c++/47906
* g++.dg/abi/mangle39.C: Specify -fabi-version=6.
* g++.dg/abi/mangle45.C: Specify -fabi-version=6.
From-SVN: r170543
+2011-02-27 Jason Merrill <jason@redhat.com>
+
+ PR c++/47906
+ * g++.dg/abi/mangle39.C: Specify -fabi-version=6.
+ * g++.dg/abi/mangle45.C: Specify -fabi-version=6.
+
2011-02-27 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/46466
// PR c++/42338
-// { dg-options "-std=c++0x" }
+// { dg-options "-std=c++0x -fabi-version=6" }
// { dg-final { scan-assembler "_Z1fIPiEDTcmppfp_Li0EET_" } }
// { dg-final { scan-assembler "_Z1gIiEvRK1AIT_EDTixfL0p_Li0EE" } }
// Testcase for mangling of parameters used other than in a trailing return type
-// { dg-options -std=c++0x }
+// { dg-options "-std=c++0x -fabi-version=6" }
template<class T> void f(T p, decltype(p)) { } // L = 1
template<class T> void g(T p, decltype(p) (*)()) { } // L = 1