This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51962] Compiling with -O3 and using the same input produces a different result
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 23 Jan 2012 11:19:39 +0000
- Subject: [Bug c++/51962] Compiling with -O3 and using the same input produces a different result
- Auto-submitted: auto-generated
- References: <bug-51962-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51962
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-23 11:19:39 UTC ---
You do not initialise found1. Set that to false and your problem probably goes
away.