diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-02-12 14:17:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-02-12 06:17:17 -0800 |
commit | 552af6341205ea47b9a70cfbf9157764c3975807 (patch) | |
tree | f03f3a5a93a7c99ebf56a5b424a0a8261e878ea0 /gcc | |
parent | 12019aec3dfb86d12943404faf733b7775c13123 (diff) | |
download | gcc-552af6341205ea47b9a70cfbf9157764c3975807.zip gcc-552af6341205ea47b9a70cfbf9157764c3975807.tar.gz gcc-552af6341205ea47b9a70cfbf9157764c3975807.tar.bz2 |
defaulted9.C: Compile with "-std=c++0x -fno-inline".
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/defaulted9.C | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3fb1fc5..c37536b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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 * gfortran.dg/pr39152.f: New. diff --git a/gcc/testsuite/g++.dg/cpp0x/defaulted9.C b/gcc/testsuite/g++.dg/cpp0x/defaulted9.C index c067065..f083479 100644 --- a/gcc/testsuite/g++.dg/cpp0x/defaulted9.C +++ b/gcc/testsuite/g++.dg/cpp0x/defaulted9.C @@ -1,4 +1,5 @@ // PR c++/39153 +// { dg-options "-std=c++0x -fno-inline" } struct _Impl_base { |