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 c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-06-05 15:42:47 UTC ---
(In reply to comment #2)
> > 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!

Oh it is done so that people can unwind as the frame pointer is omitted.  Try
with -fno-omit-frame-pointer or -fno-asynchronous-unwind-info .


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