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/59189] [SH] machine_dependent_reorg (sh_reorg) creates broken basic block structures


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59189

--- Comment #2 from Kazumoto Kojima <kkojima at gcc dot gnu.org> ---
It seems that simply there was no user of the valid CFG after m_d_r
pass.

> Maybe this should be fixed by putting the introduced unconditional
> branch instruction into a separate basic block.

Sounds plausible.


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