Module Name: pcc
Committed By: ragge
Date: Sun Apr 17 08:15:16 UTC 2011
Modified Files:
pcc/cc/ccom: cgram.y pass1.h trees.c
Log Message:
Cannot convert floats f++ to ((f+=1)-1) since it will discard small numbers
of f. Fixes Jira#PCC-313 by Fred J. Tydeman.
To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.216 -r1.217 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.276 -r1.277 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.