]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
c-decl.c (struct binding_level): Change int field n_incomplete to tree list incomplet...
authorStan Shebs <shebs@apple.com>
Fri, 31 May 2002 19:41:45 +0000 (19:41 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Fri, 31 May 2002 19:41:45 +0000 (19:41 +0000)
commit8b496ceb134e0ba2ca5dc0e5287d5811f5937c38
tree7a1277e5673ba04fd10eba7bcf6240f12c283de7
parentfe2fe4972bf560dcea866fb29133d6126672594e
c-decl.c (struct binding_level): Change int field n_incomplete to tree list incomplete_list.

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.

Co-Authored-By: Turly O'Connor <turly@apple.com>
From-SVN: r54116
gcc/ChangeLog
gcc/c-decl.c
This page took 0.050409 seconds and 5 git commands to generate.