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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-04-04
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |ice-checking,
                   |                            |ice-on-valid-code

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. This ICEs on the trunk (but I don't think it is a regression as the
assert is a gcc_checking_assert).

The ICE:

<source>:12:28: internal compiler error: in comptypes, at cp/typeck.cc:1684
   12 |   Y<Z<int,bool,char>,char>>::type x;
      |                            ^~

Reply via email to