This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti
- From: "codemasterhs at yahoo dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 5 Jun 2011 13:49:09 +0000
- Subject: [Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti
- Auto-submitted: auto-generated
- References: <bug-49289-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289
--- Comment #2 from Tobias Schlegl <codemasterhs at yahoo dot de> 2011-06-05 13:49:07 UTC ---
> on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the
> PS-ABI.
Yeah, but IÂm compiling for i586, so x86_32!