From dbd0ef6d89f370c51b29f22b8da07ad446192eee Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 16 Feb 2017 14:49:13 -0500 Subject: [PATCH] * g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14. From-SVN: r245515 --- gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C | 4 +++- gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 { -- 2.30.2