This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/46468] enabling -fomit-frame-pointer by default breaks Wine


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at gcc dot gnu.org

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-14 10:46:39 UTC ---
I think they require a FP for unwinding.  But indeed -fno-omit-frame-pointer
should work - can you check what code differences occur with
-fno-omit-frame-pointer vs. --enable-frame-pointer?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]