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

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41647|0                           |1
        is obsolete|                            |

--- Comment #13 from Peter Bergner <bergner at gcc dot gnu.org> ---
Created attachment 41648
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41648&action=edit
Updated patch

Ok, trying to call cleanup_tree_cfg() was a never ending cascade of failures,
so I'm giving up on that.  This patch instead catches the special case in
expand_case() which we have 1 case statement and instead calls expand_goto()
with that case statement's label.  Much smaller patch which fixes the ICE and
seems to be making much better progress on bootstrapping.

Reply via email to