Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-09-01 17:58:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Sep 1 17:58:01 UTC 2014

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

Log Message:
Missed to subtract '0' when converting exponent string to number.
Fixes part of Jira#PCC-483 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 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-09-03 11:23:44 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Sep 3 11:23:44 UTC 2014

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

Log Message:
Handle pointer type checking for complex number conversions.
Convert pointers to INTPTR before assigning to complex number.
Fixes Jira#PCC-493 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.384 -r1.385 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-09-04 19:36:00 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Sep 4 19:36:00 UTC 2014

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

Log Message:
Fix implicit casts in prototypes for real<->complex<->imaginary.
Fixes Jira#PCC-492 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.385 -r1.386 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-09-05 07:46:14 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Sep 5 07:46:14 UTC 2014

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

Log Message:
Missed to add a check when doing casts of complex numbers, causing
spurious segfaults. Reported on pcc-list by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 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-09-09 08:35:54 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Sep 9 08:35:54 UTC 2014

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

Log Message:
Re-add construction to promote bitfield to int after unary +.
Found by Iain Hibbert when adding more test cases to Jira.


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 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...