Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-10-11 10:53:14 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 11 10:53:14 UTC 2014

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

Log Message:
gcc seems to expect alignment of void to be 1, so we conform to that too.


To generate a diff of this commit:
cvs rdiff -u -r1.392 -r1.393 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-10-12 17:39:26 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 17:39:26 UTC 2014

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

Log Message:
Fix logic for setting constant of types, so that a given type never can
be classed down.


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-12 19:57:24 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 19:57:24 UTC 2014

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

Log Message:
Do not down-class bitfield types if larger than int.


To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 pcc/cc/ccom/trees.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-13 10:00:55 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Oct 13 10:00:55 UTC 2014

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

Log Message:
Do not discard args to va_end, they may have side effects.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pcc/cc/ccom/builtins.c

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

Loading...