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: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 5 Jun 2011 13:42:49 +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 #1 from Jan Hubicka <hubicka at ucw dot cz> 2011-06-05 13:42:33 UTC ---
on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the
PS-ABI.
Honza