Module Name: pcc
Committed By: ragge
Date: Mon Dec 8 21:10:45 UTC 2008
Modified Files:
pcc/cc/ccom: cgram.y gcc_compat.c pass1.h trees.c
Log Message:
Build up full expression trees before evaluating them. This is a quite
invasive change, but it will help to solve a number of issues.
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.17 -r1.18 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.159 -r1.160 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.219 -r1.220 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.