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: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2008 00:56:30 -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 #39 from howarth at nitro dot med dot uc dot edu 2008-08-05 00:56 -------
#0 0x92986b9e in __kill ()
Starting program: /Users/howarth/stackalign/eh-alloca-1.exe
Reading symbols for shared libraries +++. done
terminate called after throwing an instance of 'A'
Program received signal SIGABRT, Aborted.
0x92986b9e in __kill ()
(gdb) bt
#1 0x92986b91 in kill$UNIX2003 ()
#2 0x929fdec2 in raise ()
#3 0x92a0d47f in abort ()
#4 0x001bed0b in __gnu_cxx::__verbose_terminate_handler ()
#5 0x001bc83a in __cxxabiv1::__terminate ()
#6 0x001bc87c in std::terminate ()
#7 0x001bc974 in __cxa_throw ()
#8 0x00001e61 in foo (size=5) at eh-alloca-1.C:47
#9 0x00001e95 in main () at eh-alloca-1.C:53
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37012