]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2009 14:17:17 +0000 (14:17 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Feb 2009 14:17:17 +0000 (14:17 +0000)
* g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144127 138bc75d-0d04-0410-961f-82ee72b054a4

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
 {