This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: check array option?
- To: <nbecker at fred dot net>
- Subject: Re: check array option?
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 05 Nov 1998 14:46:42 +0000
- Cc: egcs at cygnus dot com
- References: <E0zb7nv-0001JJ-00@hns.com>
>>>>> "nbecker" == <nbecker@fred.net> writes:
nbecker> I wish that gcc had an array bounds check option, similar to
nbecker> g77.
But g77 doesn't do bounds checking, unfortunately. (It should be easy
in g77, but I failed to get to grips with tree code sufficiently on a
couple of attempts.)