Title:		Bounds checking GCC

Version:	2.7.2-1.02

Description:	This package adds full, fine-grained array bounds and pointer
		checking to GCC (C only). The level of checking is similar to,
		and in some respects exceeds, that of languages like Pascal and
		Modula-2. Checks work on all objects (not just malloc'd
		objects, as with similar packages), and many of the C library
		functions have been rewritten with more thorough checks.
		Calls to malloc, realloc, free, etc. are also checked.

		The package is supplied as patches to GCC source. Binaries
		are available at the home FTP site only (dse.doc.ic.ac.uk, in
		/pub/misc/bcc) or by request to the author.

		Please read the README file in the bounds subdirectory very
		closely before attempting to compile this software.

Author:		Richard W.M. Jones <rwmj@doc.ic.ac.uk>

Maintained-by:	Richard W.M. Jones <rwmj@doc.ic.ac.uk>

Maintained-at:	sunsite.unc.edu, dse.doc.ic.ac.uk

Platforms:	All GCC platforms supported.

Copying-Policy:	Freely Redistributable

Keywords:	GCC C bounds checking pointer array
