From: H.J. Lu Date: Thu, 12 Feb 2009 14:17:17 +0000 (+0000) Subject: defaulted9.C: Compile with "-std=c++0x -fno-inline". X-Git-Tag: releases/gcc-4.4.0~569 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=552af6341205ea47b9a70cfbf9157764c3975807;p=thirdparty%2Fgcc.git defaulted9.C: Compile with "-std=c++0x -fno-inline". 2009-02-12 H.J. Lu * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline". From-SVN: r144127 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3fb1fc505686..c37536befe46 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-02-12 H.J. Lu + + * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline". + 2009-02-12 H.J. Lu PR target/39152 diff --git a/gcc/testsuite/g++.dg/cpp0x/defaulted9.C b/gcc/testsuite/g++.dg/cpp0x/defaulted9.C index c067065f13e9..f083479e21d0 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 {