Message-ID: <34DC8821.E19D7755@neta.com> Date: Sat, 07 Feb 1998 09:13:21 -0700 From: Rich MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Array bounds checking Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk 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. Thanks