This is the mail archive of the gcc-patches@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]

Re: [patch] passes.c: Remove a cut-n-paste error.


gcc_assert (!delete_unreachable_blocks ());

but that didn't work.  I guess somebody creates unreachable blocks
sometime between the tree optimizers and rest_of_handle_jump....

That may well be caused by the builtin optimizers or by some tricky cases in the expander. Also note that rest_of_handle_jump is also run at -O0; it may be well expected that there are some unreachable blocks despite the small cfgcleanup pass executed at -O0.


Paolo


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