This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Aug 2008 12:50:43 -0000
- Subject: [Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9
- References: <bug-37012-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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