[Bug c++/88216] [9 Regression] ICE (-std=c++2a) in cxx_eval_constant_expression, at cp/constexpr.c:4602
emmanuel.le-trong@cnrs-orleans.fr
gcc-bugzilla@gcc.gnu.org
Tue Nov 27 13:49:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88216
--- Comment #2 from emmanuel.le-trong@cnrs-orleans.fr ---
Valid. This snippet compiles:
struct
T {};
template <T t>
struct
U {};
T t;
U <t> u;
More information about the Gcc-bugs
mailing list