Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-08-26 17:56:37 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 26 17:56:37 UTC 2014

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

Log Message:
Fix all known bit-field bugs. Fixes Jira#PCC-477 and Jira#PCC-478.


To generate a diff of this commit:
cvs rdiff -u -r1.337 -r1.338 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-08-26 17:59:05 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 26 17:59:05 UTC 2014

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

Log Message:
Etch, forgot two unused vars.


To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 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-08-26 18:00:04 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 26 18:00:04 UTC 2014

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

Log Message:
Remove unneccary bit-field ops.


To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.383 -r1.384 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-08-26 20:34:47 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 26 20:34:47 UTC 2014

Modified Files:
pcc/cc/ccom: cgram.y

Log Message:
Fix syntax checking for restrict and static inside arrays.
Fixes test c99/func005.


To generate a diff of this commit:
cvs rdiff -u -r1.379 -r1.380 pcc/cc/ccom/cgram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-27 17:26:25 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 27 17:26:25 UTC 2014

Modified Files:
pcc/cc/ccom: cgram.y

Log Message:
Allow single value returning statement in ({ }) statement.
Fixes pcclist/extension001 regression test.


To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 pcc/cc/ccom/cgram.y

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

Loading...