[Pcc-commit] CVS commit: pcc/cc/cpp

2015-11-07 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 7 09:41:08 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Avoid accidentally creating new tokens due to macro expansion. Fixes bug reported by iain Hibbert on pcc-list. To generate a diff of this commit: cvs

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-11-07 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 7 09:49:22 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Warn about conditionals inside arg list if not gcc-compatibility. Idea by Fred Tydeman on pcc-list. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/arch/m68k

2015-11-07 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 7 16:43:48 UTC 2015 Modified Files: pcc/arch/m68k: local2.c macdefs.h Log Message: Support xasm constraint 'o' for offsettable register. Ignore modifier 'b' since there is no special register for bytes. Fixes bug