[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Mon Feb 1 20:17:28 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/01 20:17:28
Modified files:
cm3/m3-sys/m3front/src/values/: Variable.m3
Log message:
test case e0\e029:
MODULE Main;
TYPE Rec = RECORD a: INTEGER END;
VAR r := Rec; (* warning: variable has type NULL *)
BEGIN
INC(r.a)
END Main.
followed by internal errors and an assertion failure in m3back
Change warning to error, and then it never gets to the internal errors.
More information about the M3commit
mailing list