Module Name: pcc
Committed By: ragge
Date: Sat Feb 2 16:27:50 UTC 2008
Modified Files:
pcc/cc/ccom: cgram.y init.c pass1.h pftn.c scan.l trees.c
Log Message:
Remove the use of a late allocated array for struct members, use a
linked list instead. Signal undeclared structs by not setting its
alignment. Remove global instruct, use a per-struct allocated struct
instead.
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.40 -r1.41 pcc/cc/ccom/init.c
cvs rdiff -u -r1.135 -r1.136 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.193 -r1.194 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.67 -r1.68 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.186 -r1.187 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.