[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

aoliva at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 28 08:25:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu.org
         Depends on|                            |84596

--- Comment #8 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Looks like the constexpr in this testcase involves an implicit_conv_expr,
support for which I've just added in the proposed patch for bug 84596.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84596
[Bug 84596] [8 Regression] internal compiler error: unexpected expression
'(bool)c' of kind implicit_conv_expr (cxx_eval_constant_expression)


More information about the Gcc-bugs mailing list