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/70326] [6 Regression] ICE: RTL check: expected elt 3 type 'e' or 'u', have '0' (rtx note) in PATTERN, at rtl.h:1440


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

--- Comment #4 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---

Thanks.
(In reply to Jakub Jelinek from comment #3)
> Created attachment 38047 [details]
> gcc6-pr70326.patch
> 
> So do you mean something like this?  Or check !INSN_P instead of checking
> for NOTE_P && NOTE_INSN_DELETED?  Something different?

The both ways will work.  But I like more NOTE_P && NOTE_INSN_DELETED to be
more specific.

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