Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-07-25 09:30:39 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Jul 25 09:30:39 UTC 2014

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

Log Message:
Allow for use of restrict in array declarations (as gcc does).
Fixes gnu regex compilation as reported by William D. Jones on
NetBSD current-users.


To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 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-07-28 19:03:09 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Jul 28 19:03:09 UTC 2014

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

Log Message:
Reset offset in union before adding a bitfield member.
Fixes Jira#PCC-456 by Volkmar Klatt.


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

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

Loading...