From: Jason Merrill Date: Thu, 16 Feb 2017 19:49:13 +0000 (-0500) Subject: * g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbd0ef6d89f370c51b29f22b8da07ad446192eee;p=gcc.git * g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14. From-SVN: r245515 --- diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C index 99d4c38895d..12c4c453e1a 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C @@ -1,5 +1,7 @@ // PR c++/70001 -// { dg-do compile { target c++11 } } + +// This is still slow to compile, only run it once. +// { dg-do compile { target c++14_only } } #include #include diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C index c1ab1765b3e..5c4a4add00d 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C @@ -1,5 +1,7 @@ // PR c++/70001 -// { dg-do compile { target c++11 } } + +// This is still slow to compile, only run it once. +// { dg-do compile { target c++14_only } } struct B {