Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-04-03 15:11:40 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Apr 3 15:11:39 UTC 2014

Modified Files:
pcc/cc/ccom: pftn.c

Log Message:
The ssp code must do a cast of fp to scalar, otherwise xor may try to
use illegal registers.


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-04-03 15:14:45 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Apr 3 15:14:45 UTC 2014

Modified Files:
pcc/cc/ccom: scan.l

Log Message:
A character constant is an int but must have the same value as a char.
Therefore we may have to set different values depending on whether the
target has signed or unsigned chars.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pcc/cc/ccom/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...