This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53966] procmail build deadloop on _autotst & -O3
- From: "mahatma at eu dot by" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 16 Jul 2012 13:15:50 +0000
- Subject: [Bug tree-optimization/53966] procmail build deadloop on _autotst & -O3
- Auto-submitted: auto-generated
- References: <bug-53966-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53966
--- Comment #3 from Dzianis Kahanovich <mahatma at eu dot by> 2012-07-16 13:15:50 UTC ---
(In reply to comment #2)
Yes, right, "-O2 -finline-functions" broken too.
"-O3 -fno-inline-functions" - broken;
"-O3 -fno-inline-functions -fno-ipa-cp-clone" - good.
-fno-strict-aliasing and/or -fwrapv - I found no differences in all
combinations.