* g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14.

From-SVN: r245515
This commit is contained in:
Jason Merrill 2017-02-16 14:49:13 -05:00
parent 0a045a1fd8
commit dbd0ef6d89
2 changed files with 6 additions and 2 deletions

View 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>

View 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
{