This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/81194] [8 Regression] ICE during RTL pass: expand


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]