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++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9



------- Comment #26 from hjl dot tools at gmail dot com  2008-08-04 12:50 -------
(In reply to comment #24)
> I can comment out every abort in the eh-alloca-1.ii (renamed eh-alloca-1.C) and
> the resulting executable still does...
> 
> terminate called after throwing an instance of 'A'
> Abort
> 
> The abort must be coming from within libstdc++, no?

That means DWARF2 unwind info is wrong. Please

1. Try to create a smallest testcase and provide the .ii file.
2. Provide the complete command line used to compile it.
3. Provide the .o file.
4. Provide the .s file.


-- 


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


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