[Bug c++/34152] New: Erratic behaviour: Exception translation (throw from signal handlers)

2007-11-19 Thread asteinarson at gmail dot com
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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2007-11-19 Thread asteinarson at gmail dot com
--- 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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2007-12-11 Thread asteinarson at gmail dot com
--- 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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2008-01-06 Thread asteinarson at gmail dot com
--- 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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2008-01-06 Thread asteinarson at gmail dot com
--- 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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2008-01-07 Thread asteinarson at gmail dot com
--- 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

[Bug libstdc++/35555] New: Throw from signal handler - regression

2008-03-12 Thread asteinarson at gmail dot com
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

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)

2008-03-12 Thread asteinarson at gmail dot com
--- 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

[Bug c++/33226] New: class name permitted in enum

2007-08-29 Thread asteinarson at gmail dot com
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