vect: Fix inconsistency in fully-masked lane-reducing op generation [PR116985]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-ice5.C
blob70327fc414acb945d76e55eb26d13a3bf0beab47
1 // PR c++/51621
2 // { dg-do compile { target c++11 } }
4 struct A
6   A() {}
7 };
9 struct B
11   A a[1];
12   constexpr B() : a() {} // { dg-error "non-constant|non-.constexpr." "" { target { { ! implicit_constexpr } && c++20_down } } }