From: Marek Polacek Date: Wed, 9 Sep 2020 17:49:26 +0000 (-0400) Subject: testsuite: Move auto-96647.C to c++1y/. X-Git-Tag: basepoints/gcc-12~5175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919373a6bfff415db7676c9f92a356ddfc501dfe;p=thirdparty%2Fgcc.git testsuite: Move auto-96647.C to c++1y/. This test uses a C++14 feature so fails with -std=c++11. Therefore I've moved it to cpp1y/ and used target c++14. gcc/testsuite/ChangeLog: * g++.dg/cpp0x/auto-96647.C: Moved to... * g++.dg/cpp1y/auto-96647.C: ...here. Use target c++14. --- diff --git a/gcc/testsuite/g++.dg/cpp0x/auto-96647.C b/gcc/testsuite/g++.dg/cpp1y/auto-96647.C similarity index 78% rename from gcc/testsuite/g++.dg/cpp0x/auto-96647.C rename to gcc/testsuite/g++.dg/cpp1y/auto-96647.C index 314b2a16ac28..8cbe155415cd 100644 --- a/gcc/testsuite/g++.dg/cpp0x/auto-96647.C +++ b/gcc/testsuite/g++.dg/cpp1y/auto-96647.C @@ -1,5 +1,5 @@ // PR c++/96647 -// { dg-do compile { target c++11 } } +// { dg-do compile { target c++14 } } template struct Base {