Module Name: pcc
Committed By: gmcgarry
Date: Thu Jun 19 08:05:00 UTC 2008
Modified Files:
pcc/cc/ccom: main.c pftn.c symtabs.c
pcc/mip: manifest.h
Log Message:
Add some more commandline options:
-Wshadow
-Wpointer-sign (NetBSD kernel needs this)
-fsigned-char (replaces compile-time feature)
-funsigned-char (replaces compile-time feature)
-fstack-protector (unimplemented)
Additionally, add support for -Wno-option and -fno-option to disable options.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pcc/cc/ccom/main.c
cvs rdiff -u -r1.203 -r1.204 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.17 -r1.18 pcc/cc/ccom/symtabs.c
cvs rdiff -u -r1.74 -r1.75 pcc/mip/manifest.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.