Date: Sun, 8 Feb 1998 14:02:33 +0200 (IST) From: Eli Zaretskii To: Rich cc: djgpp AT delorie DOT com Subject: Re: Array bounds checking In-Reply-To: <34DC8821.E19D7755@neta.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 7 Feb 1998, Rich wrote: > Do any of the gcc compilers do array bounds checking during runtime? I > have a very large program, and it's very likely that some routines are > overstepping their array boundaries. There used to be a GCC extension to check array bounds. Last time I heard about it it was at these URLs: ftp://dse.doc.ic.ac.uk/pub/misc/bcc http://www-dse.doc.ic.ac.uk/~rj3/bounds-checking.html http://www-ala.doc.ic.ac.uk/~phjk/BoundsChecking.html