Don_Kirby wrote:Does this fall into the 'No array bound checking' category?
No. An unhandled exception indicates a problem in the compiler's code.
In this case, the exception occurs when the compiler is preparing an error message to report the detected access beyond the bounds of the array. The warning messages were re-worked recently so that they include the warning number. In this particular instance, there was an error in that re-coding which led to the exception.