Module Name: pcc
Committed By: ragge
Date: Sat Jan 22 22:08:23 UTC 2011
Modified Files:
pcc/cc/ccom: cgram.y gcc_compat.c main.c pass1.h pftn.c scan.l
symtabs.c trees.c
pcc/mip: common.c
Log Message:
Change gcc warning implementation: call a separate function handling all
warnings. Keep track of which warnings that should yield errors.
Add pragma support for GCC diagnostics.
Supposed to fix Jira#PCC-213 by Piotr Sikora.
To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.70 -r1.71 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.105 -r1.106 pcc/cc/ccom/main.c
cvs rdiff -u -r1.212 -r1.213 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.307 -r1.308 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.98 -r1.99 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.18 -r1.19 pcc/cc/ccom/symtabs.c
cvs rdiff -u -r1.267 -r1.268 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.92 -r1.93 pcc/mip/common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.