Discussion:
CVS commit: pcc/cc/ccom
Iain Hibbert
2014-05-28 09:04:51 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed May 28 09:04:51 UTC 2014

Modified Files:
pcc/cc/ccom: Makefile.in

Log Message:
unicode.c is not needed for mkext

add unicode.h to headers


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pcc/cc/ccom/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-06-01 07:51:46 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Jun 1 07:51:46 UTC 2014

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

Log Message:
6.5.3.3 clause 5: An !E expression always has the type INT.
Fixes Jira#PCC-438 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 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-06-06 07:04:43 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Jun 6 07:04:43 UTC 2014

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

Log Message:
Use block level 0 for definition of external functions.
Fixes Jira#PCC-446 by Gregory McGarry.


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-06-06 08:19:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Jun 6 08:19:02 UTC 2014

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

Log Message:
Allow for imaginary comparisons.
Fix size and align of imaginary numbers.
Fixes Jira#PCC-414 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 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-06-06 11:46:24 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Jun 6 11:46:24 UTC 2014

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

Log Message:
Rewrite yacc rules slightly to avoid a segfault in parsing.
Fixes Jira#PCC-444 by Volkmar Klatt.


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-06-06 14:59:46 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Jun 6 14:59:46 UTC 2014

Modified Files:
pcc/cc/ccom: ccom.1

Log Message:
document -Wdeprecated-declarations


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pcc/cc/ccom/ccom.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-06-06 16:21:41 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Jun 6 16:21:41 UTC 2014

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

Log Message:
Only promote unary plus if needed, otherwise we may get unwanted side effects.
Fixes Jira#PCC-441 by Fred J. Tydeman.


To generate a diff of this commit:
cvs rdiff -u -r1.374 -r1.375 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.258 -r1.259 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.326 -r1.327 pcc/cc/ccom/trees.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-06-06 20:40:28 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Jun 6 20:40:28 UTC 2014

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

Log Message:
add missing GCC attribute "leaf", though it does nothing here


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.259 -r1.260 pcc/cc/ccom/pass1.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-06-07 08:14:34 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Jun 7 08:14:33 UTC 2014

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

Log Message:
No shortcuts for simple ops if BOOL involved.
Fixes Jira#PCC-443 by Fred J. Tydeman.


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