[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Sun May 4 13:03:50 CEST 2008


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	08/05/04 13:03:50

Modified files:
	cm3/m3-sys/m3front/src/builtinLong/: LongPlus.m3 
	cm3/m3-sys/m3front/src/builtinOps/: Dispose.m3 
	cm3/m3-sys/m3front/src/builtinWord/: WordPlus.m3 
	cm3/m3-sys/m3front/src/exprs/: AddExpr.m3 AddressExpr.m3 
	                               AndExpr.m3 CallExpr.m3 
	                               CastExpr.m3 CheckExpr.m3 
	                               CompareExpr.m3 ConcatExpr.m3 
	                               DerefExpr.m3 DivExpr.m3 
	                               DivideExpr.m3 EnumExpr.m3 
	                               EqualExpr.m3 ExprParse.m3 
	                               InExpr.m3 IntegerExpr.m3 
	                               KeywordExpr.m3 MethodExpr.m3 
	                               ModExpr.m3 MultiplyExpr.m3 
	                               NamedExpr.m3 NarrowExpr.m3 
	                               NegateExpr.m3 NilChkExpr.m3 
	                               NotExpr.m3 OrExpr.m3 PlusExpr.m3 
	                               ProcExpr.m3 QualifyExpr.m3 
	                               RangeExpr.m3 RecordExpr.m3 
	                               ReelExpr.m3 SubscriptExpr.m3 
	                               SubtractExpr.m3 TextExpr.m3 
	                               TypeExpr.m3 VarExpr.m3 
	cm3/m3-sys/m3front/src/misc/: CG.m3 Coverage.m3 Scanner.m3 
	                              Scope.m3 Token.i3 
	cm3/m3-sys/m3front/src/stmts/: AssertStmt.m3 AssignStmt.m3 
	                               BlockStmt.m3 CallStmt.m3 
	                               CaseStmt.m3 DebugStmt.m3 
	                               EvalStmt.m3 ExitStmt.m3 
	                               ForStmt.m3 IfStmt.m3 LockStmt.m3 
	                               LoopStmt.m3 RaiseStmt.m3 
	                               RepeatStmt.m3 ReturnStmt.m3 
	                               TryFinStmt.m3 TryStmt.m3 
	                               TypeCaseStmt.m3 WhileStmt.m3 
	                               WithStmt.m3 
	cm3/m3-sys/m3front/src/types/: ArrayType.m3 EnumType.m3 
	                               NamedType.m3 ObjectType.m3 
	                               OpaqueType.m3 RefType.m3 
	                               SetType.m3 Type.m3 UserProc.m3 
	cm3/m3-sys/m3front/src/values/: Constant.i3 Constant.m3 
	                                EnumElt.m3 Exceptionz.m3 
	                                Field.m3 Formal.m3 Method.m3 
	                                Module.m3 Procedure.m3 
	                                Revelation.m3 Tipe.m3 
	                                Variable.m3 

Log message:
	add more information printed for some assertion failures
	move some assertion failures to run more often/earlier
	They will tend to run twice now; that isn't the point; the point
	is to run them earlier, when the work is queued, rather than
	later when it is dequed.
	Said assertions occur nowhere building 'std' on NT386, but
	do occur building testcase p206; this might be somewhat
	platform specific since it is alignment related.
	Remove a bunch of tabs.
	Fix warning leftover from Tony replacing my fix related to
	value vs. lvalue of constant arrays being used for subarray.




More information about the M3commit mailing list