public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PR50833: Fix shrink-wrapping without optimization
@ 2011-10-24 12:20 Bernd Schmidt
  0 siblings, 0 replies; only message in thread
From: Bernd Schmidt @ 2011-10-24 12:20 UTC (permalink / raw)
  To: GCC Patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-24 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-24 12:20 PR50833: Fix shrink-wrapping without optimization Bernd Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).