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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2020-04-04 00:00:00         |2021-11-27

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the ICE on the trunk is:

<source>:3:34: internal compiler error: tree check: expected var_decl or
function_decl or field_decl or type_decl or concept_decl or template_decl, have
parm_decl in push_template_decl, at cp/pt.c:6133
    3 |   [](auto a, int = ({decltype(a) i; i * 2;})){}(a);
      |                                  ^
0x20e9d19 internal_error(char const*, ...)
        ???:0

Reply via email to