Discussion:
CVS commit: pcc/arch/m68k
Anders Magnusson
2014-09-24 16:39:34 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Sep 24 16:39:34 UTC 2014

Modified Files:
pcc/arch/m68k: local.c

Log Message:
Fix regression bug for dynamic allocated arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pcc/arch/m68k/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-09-24 19:58:05 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Sep 24 19:58:05 UTC 2014

Modified Files:
pcc/arch/m68k: local2.c

Log Message:
instruction arguments were the wrong order for struct args. Fixes regression.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pcc/arch/m68k/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-09-25 09:13:25 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Sep 25 09:13:24 UTC 2014

Modified Files:
pcc/arch/m68k: table.c

Log Message:
Fix regression test gcc/extension004.
While here, clean up some unwanted warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pcc/arch/m68k/table.c

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

Loading...