[Bug c++/69203] ICE in potential_constant_expression_1, at cp/constexpr.c:4754
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 22 20:58:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69203
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to James Almer from comment #2)
> Compile it with "std=c++14 -Wall", otherwise it apparently will not ICE. For
> example "g++ -std=c++14 -ftemplate-backtrace-limit=0 -Wall 69203_2.ii"
std=c++14 is not needed for GCC 6 but I had missed that I needed -Wall :(
Will try to reduce this further after a meeting.
More information about the Gcc-bugs
mailing list