Commit dbd0ef6d by Jason Merrill

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

From-SVN: r245515
parent 0a045a1f
// PR c++/70001 // 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 <array>
#include <complex> #include <complex>
......
// PR c++/70001 // 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 struct B
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment