]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
defaulted9.C: Compile with "-std=c++0x -fno-inline".
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 12 Feb 2009 14:17:17 +0000 (14:17 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 12 Feb 2009 14:17:17 +0000 (06:17 -0800)
2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>

* g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".

From-SVN: r144127

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

index 3fb1fc505686467fb090ef89a27ed016d1238ece..c37536befe46afcd12cc1f1749b65de8af9ec63f 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
+
 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/39152
index c067065f13e9135b255714f3f40db5cddb52b293..f083479e21d0e53c5e6ec285f3f45ff29f7dbd31 100644 (file)
@@ -1,4 +1,5 @@
 // PR c++/39153
+// { dg-options "-std=c++0x -fno-inline" }
 
 struct _Impl_base
 {