[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Wed Sep  1 13:53:47 CEST 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/09/01 13:53:47
Modified files:
	cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c 
Log message:
	Still trying to get well-typed trees, and record sizes that
	agree between backend and frontend.
	
	They don't agree currently for multiple reasons, so remove the types
	again.
	
	They don't agree:
	- undefined types are used
	- types are used before defined (e.g. RT0.TypeDefn is seen
	in RT0.Typecell before it defined, compiling RTType.m3)
	- backend seems to be giving an entire word where just a byte is wanted
	(e.g. RT0.Typecell.traced, kind, link_state, dataAlignment
    
    
More information about the M3commit
mailing list