* g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 16 Feb 2017 19:49:13 +0000 (14:49 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 16 Feb 2017 19:49:13 +0000 (14:49 -0500)
From-SVN: r245515

gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C
gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C

index 99d4c38895d3a021560240e2c17edeeed45ba2c7..12c4c453e1af60c16a1b80f93a45b1b8326c59c7 100644 (file)
@@ -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 <array>
 #include <complex>
index c1ab1765b3e8b9732f3c128a1671a134cf058f07..5c4a4add00d7a8b755573eab1f4a5540fde14ae6 100644 (file)
@@ -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
 {