[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri May 28 16:19:56 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/05/28 16:19:56

Modified files:
	cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c 

Log message:
	hack it a bit so that we open the correct file which
	gets us as far as asking gcc to generate code and it fails here:
	if (pass->type == SIMPLE_IPA_PASS || pass->type == IPA_PASS)
	gcc_assert (!cfun && !current_function_decl);
	else
	gcc_assert (cfun && current_function_decl);
	
	in execute_one_pass in passes.c
	
	This could be better but I'm being slow -- we don't have
	to fork this entire function.




More information about the M3commit mailing list