This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Throwing C++ exceptions in signal handlers
- From: Geert Bosch <bosch at gnat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: Nathan Sidwell <nathan at codesourcery dot com>,Roger Sayle <roger at eyesopen dot com>, gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 3 Sep 2002 10:33:53 -0400 (EDT)
- Subject: Re: Throwing C++ exceptions in signal handlers
On 2 Sep 2002, Anthony Green wrote:
The java runtime library throws exceptions in signal handlers for some
targets. See gcc/libjava/include/dwarf2-signal.h, i386-signal.h, etc.
Ada does too. It is close to impossible to implement the full language
effiently without this capability.
-Geert