Bugfix. Runtime range errors generated via CodeErrorCheckLoc omit the
procedure name.
gcc/m2/ChangeLog:
* gm2-compiler/M2Range.mod (CodeErrorCheckLoc): Concat function
string to range error.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
scope := GetAnnounceScope (filename, NIL)
ELSE
scope := quoteOpen (InitString ('')) ;
+ scope := ConCat (scope, Mark (InitStringCharStar (function))) ;
scope := ConCat (InitString ("procedure "), quoteClose (scope))
END ;
BuildStringParamLoc (location, scope) ;