https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80497
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |ice-on-invalid-code
Status|NEW |ASSIGNED
--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
The test case is invalid (a width specified by the asterisk must be have type
int). The pass isn't prepared for __int128_t arguments anywhere.
