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/79985] ICE in code_motion_path_driver, at sel-sched.c:6580


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

--- Comment #5 from Andrey Belevantsev <abel at gcc dot gnu.org> ---
Well, we can special case this in sel-sched either along the lines of
df-scan.c, or even easier, just forbid any asm reordering given the DF hunk.

Generally speaking, we've been bitten a couple of times by this in the past
(i.e. by the difference between the DF code and the sched-deps view of the
dependencies between a pair of insns).  It's just a consequence of the
situation when we lack in the RTL the single authoritative place about the insn
DF information.

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