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 target/81766] [7/8 Regression] ICE in maybe_add_or_update_dep_1, at sched-deps.c:924 caused by r250815


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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
find_bb_boundaries doesn't seem to expect existing NOTE_INSN_BASIC_BLOCK, so
calling it on existing blocks exposes un-optimalities in case labels are valid
after NOTE_INSN_BASIC_BLOCK.

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