This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog c-decl.c
- From: shebs at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 31 May 2002 19:41:46 -0000
- Subject: gcc/gcc ChangeLog c-decl.c
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: shebs@gcc.gnu.org 2002-05-31 12:41:46
Modified files:
gcc : ChangeLog c-decl.c
Log message:
2002-05-31 Stan Shebs <shebs@apple.com>
Turly O'Connor <turly@apple.com>
* c-decl.c (struct binding_level): Change int field n_incomplete
to tree list incomplete_list.
(clear_binding_level): Init field with NULL.
(pushdecl): Add incomplete type to list.
(mark_binding_level): Mark the incomplete list.
(finish_struct): Scan the incomplete list for types instead
of all decls in the current binding level.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14362&r2=1.14363
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.329&r2=1.330