Whole document tree
9.4.3.4 Chill type and range checksGDB considers two Chill variables mode equivalent if the sizes of the two modes are equal. This rule applies recursively to more complex datatypes which means that complex modes are treated equivalent if all element modes (which also can be complex modes like structures, arrays, etc.) have the same size. Range checking is done on all mathematical operations, assignment, array index bounds and all built in procedures.
Strong type checks are forced using the GDB command
All checks can be disabled by the GDB command This document was generated by root on January, 30 2002 using texi2html |