This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Exception handling
- From: "Serguei I. Ivantsov" <admin at gsc-game dot kiev dot ua>
- To: "Andrew Pinski" <pinskia at physics dot uc dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 26 Aug 2002 18:23:47 +0300
- Subject: Re: Exception handling
- References: <52917C7A-B906-11D6-B76C-000393122612@physics.uc.edu>
> GCC does not catch hardware exceptions like divide by 0 and other traps.
> Look at signal(3) for information on how to trap these on UNIX's.
>
Well,
What types of exceptions can I catch? access violations, invalid memory
access etc. ?