* g++.dg/cpp0x/constexpr-70001-[34].C: Only run as C++14.
From-SVN: r245515
This commit is contained in:
parent
0a045a1fd8
commit
dbd0ef6d89
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue