This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50621] [4.7 Regression] Bootstrap failure
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 05 Oct 2011 15:18:00 +0000
- Subject: [Bug bootstrap/50621] [4.7 Regression] Bootstrap failure
- Auto-submitted: auto-generated
- References: <bug-50621-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50621
--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-05 15:18:00 UTC ---
> Passes with -fno-shrink-wrap. Is that on by default(?)
+ { OPT_LEVELS_1_PLUS, OPT_fshrink_wrap, NULL, 1 },
Am I correct to understand that -fshrink-wrap is on at -O1 and above?