Path: utzoo!attcan!uunet!husc6!think!ames!pasteur!ic.Berkeley.EDU!faustus
From: faustus@ic.Berkeley.EDU (Wayne A. Christopher)
Newsgroups: comp.lang.c
Subject: Any bounds-checking C compilers?
Message-ID: <4033@pasteur.Berkeley.Edu>
Date: 22 Jun 88 22:30:58 GMT
Sender: news@pasteur.Berkeley.Edu
Lines: 5

Are there any C compilers that compile in run-time bounds checking for array
accesses?  In some cases you couldn't do it, of course, but it would be nice
to be able to turn it on for those cases where it is possible.

	Wayne