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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The ICE goes away also with -fno-checking.
1872              else if (flag_checking)
1873                gcc_unreachable ();
Wonder if we just don't want else if (flag_checking && (errorcount + sorrycount
== 0))
instead.

Reply via email to