Module Name: pcc
Committed By: ragge
Date: Sun Aug 14 14:52:29 UTC 2011
Modified Files:
pcc/cc/ccom: optim.c pass1.h trees.c
Log Message:
Expressions casted to void do not need to be passed to clocal() for checks,
so do a quick cast and be done with it. Fixes Jira#PCC-351 by Nicolas Joly.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pcc/cc/ccom/optim.c
cvs rdiff -u -r1.234 -r1.235 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.303 -r1.304 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.