Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-08-03 17:48:53 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Aug 3 17:48:53 UTC 2014

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

Log Message:
Deal with integer promotions in bitfields.
Fixes Jira#PCC-460 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 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-05 09:41:39 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 5 09:41:39 UTC 2014

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

Log Message:
sign-extend bitfield values if signed variables.
Fixes Jira#PCC-461 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 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-06 15:23:58 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 6 15:23:58 UTC 2014

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

Log Message:
Let bitfields be subject to integer promotions, and handle other types
according to the gcc syntax. Fixes Jira#PCC-462 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 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-06 16:47:52 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 6 16:47:52 UTC 2014

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

Log Message:
Remove cstknode() and replace it with tempnode(), which does the same thing.


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.333 -r1.334 pcc/cc/ccom/trees.c

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

Loading...