M2 Checks (Debugging with GDB)

From Get docs
Gdb/docs/latest/gdb/M2-Checks

Next: M2 Scope, Previous: Deviations, Up: Modula-2   [Contents][Index]



15.4.9.7 Modula-2 Type and Range Checks

Warning: in this release, GDB does not yet perform type or range checking.

GDB considers two Modula-2 variables type equivalent if:

  • They are of types that have been declared equivalent via a TYPE t1 = t2 statement
  • They have been declared on the same line. (Note: This is true of the GNU Modula-2 compiler, but it may not be true of other compilers.)

As long as type checking is enabled, any attempt to combine variables whose types are not equivalent is an error.

Range checking is done on all mathematical operations, assignment, array index bounds, and all built-in functions and procedures.