This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bounds checking and traps
- From: Andrew Haley <aph at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Fri, 13 Aug 2004 11:09:32 +0100
- Subject: Re: bounds checking and traps
- References: <s11c89c8.091@emea1-mh.id2.novell.com><877js3mmgm.fsf@codesourcery.com>
Zack Weinberg writes:
> This pattern, if defined, signals an error, typically by causing
> some kind of signal to be raised. Among other places, it is used by
> the Java front end to signal `invalid array index' exceptions.
Huh? Hmm, didn't know that. Must review documentation...
Andrew.