This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54569] Compiling code with -O3 results to segfault in MAME/MESS binary
- From: "l.gronning at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 19 Oct 2012 11:16:32 +0000
- Subject: [Bug c++/54569] Compiling code with -O3 results to segfault in MAME/MESS binary
- Auto-submitted: auto-generated
- References: <bug-54569-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54569
Lars <l.gronning at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l.gronning at gmail dot com
--- Comment #1 from Lars <l.gronning at gmail dot com> 2012-10-19 11:16:32 UTC ---
I am also experienced something that seems like the same bug using mingw
cross-compiler 4.7.2 and 4.7.0. After removing the -fipa-cp-clone flag all
seems to work.