PR50833: Fix shrink-wrapping without optimization

Bernd Schmidt bernds@codesourcery.com
Mon Oct 24 12:20:00 GMT 2011


The PR uses -fshrink-wrap as the only option, no -Ox. We crash because
shrink-wrapping expects return insns to be generated later on, and that
code is guarded with if (optimize).

Committed the following as obvious after bootstrapping on i686-linux.


Bernd



More information about the Gcc-patches mailing list