Module Name: pcc
Committed By: ragge
Date: Tue May 31 15:28:11 UTC 2011
Modified Files:
pcc/cc/ccom: cgram.y init.c optim.c pass1.h
Log Message:
Add variable statinit that is set when static (compile-time) initialization
is done, so that the compiler knows that it cannot generate code now.
To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.66 -r1.67 pcc/cc/ccom/init.c
cvs rdiff -u -r1.40 -r1.41 pcc/cc/ccom/optim.c
cvs rdiff -u -r1.219 -r1.220 pcc/cc/ccom/pass1.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.