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

--- Comment #14 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Joseph S. Myers from comment #12)
> Created attachment 40373 [details]
> fnmatch.i preprocessed source
> 
> With that new LRA patch (plus the previous gcc-pr78516.v2.diff) I get an ICE
> building glibc again.  Preprocessed source attached.  Compile with:

Joseph, can you retry but with removing the one line I said I don't think we
want from Vlad's patch?  I'm pretty sure that is probably causing your ICE.  So
the last hunk should look like:

+    {
+      if (SUBREG_P (src))
+       SUBREG_REG (SET_SRC (curr_insn_set)) = new_reg;
+      else
+       SET_SRC (curr_insn_set) = new_reg;
+    }

Reply via email to