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/85342] [8 Regression] ICE: SIGSEGV in copyprop_hardreg_forward_1 (regcprop.c:995) with -O2 -mavx512vl


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 43911
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43911&action=edit
gcc8-pr85342.patch

Untested fix.  After failed apply_change_group, recog_data.insn is NULL and
rest of recog_data is garbage, so there is no need to update it.

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