Module Name: pcc
Committed By: ragge
Date: Sat Jan 24 13:35:03 UTC 2009
Modified Files:
pcc/cc/ccom: cgram.y gcc_compat.c pass1.h pftn.c trees.c
Log Message:
Simplify some of the declaration yacc code.
Add support for parsing a bunch of the gcc attributes:
aligned (partly supported)
packed (supported)
section (dupported)
unused (parsed)
deprecated (parsed)
noreturn (parsed)
format (parsed)
bounded (parsed)
nonnull (parsed)
sentinel (parsed)
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.25 -r1.26 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.170 -r1.171 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.245 -r1.246 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.226 -r1.227 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.