--- Comment #15 from asteinarson at gmail dot com 2008-03-12 16:41 ---
I had missed to use the flag -fnon-call-exceptions.
With that enabled it works as it should.
Regards
// ATS
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34152
cc dot gnu dot org
ReportedBy: asteinarson at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3
--- Comment #10 from asteinarson at gmail dot com 2008-01-07 13:24 ---
(In reply to comment #9)
> (In reply to comment #8)
> > Subject: Bug 34152
> >
> > * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
> > _GLIBCXX_HAVE_GETIPINF
--- Comment #9 from asteinarson at gmail dot com 2008-01-06 23:18 ---
(In reply to comment #8)
> Subject: Bug 34152
>
> Author: jakub
> Date: Sun Jan 6 20:25:57 2008
> New Revision: 131361
>
> URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131361
--- Comment #7 from asteinarson at gmail dot com 2008-01-06 17:02 ---
(In reply to comment #2)
> Created an attachment (id=14728)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14728&action=view) [edit]
> proposed fix
>
> I'm seeing similar behavior on x8
--- Comment #4 from asteinarson at gmail dot com 2007-12-11 17:55 ---
(In reply to comment #2)
> Created an attachment (id=14728)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14728&action=view) [edit]
> proposed fix
>
> I'm seeing similar behavior on x8
--- Comment #1 from asteinarson at gmail dot com 2007-11-19 16:21 ---
I found something out. If I add a further function call to FuncNested1:
int FuncNested2( ){
StructWithDtor swd;
return 0;
}
int FuncNested1( int *pi ){
StructWithDtor swd;
FuncNested2( ); // This
om
signal handlers)
Product: gcc
Version: 4.1.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: asteinarson at gmail dot com
GCC buil
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: asteinarson at gmail dot com
GCC build triplet: Linux, Ubuntu 7.04
GCC host triplet: Linux, Ubuntu 7.04
GCC target triplet: Linux, Ubuntu 7.04
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33226