Go to the first, previous, next, last section, table of contents.


Bounds Checking at Run Time

g77 should offer run-time bounds-checking of array/subscript references in a fashion similar to f2c.

Note that g77 already warns about references to out-of-bounds elements of arrays when it detects these at compile time.


Go to the first, previous, next, last section, table of contents.