gcc/gcc c-decl.c ChangeLog
bothner@gcc.gnu.org
bothner@gcc.gnu.org
Sat Dec 13 05:32:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: compile-server-branch
Changes by: bothner@gcc.gnu.org 2003-12-13 05:32:17
Modified files:
gcc : c-decl.c ChangeLog
Log message:
* c-decl.c (finish_struct): Move C_TYPE_INCOMPLETE_VARS processing to
(finish_incomplete_vars): ... this new function.
(restore_fragment_bindings): Call finish_incomplete_vars. Needed if
one compilation defines a tag, and another restores it as an incomplete
structure-type-references, uses it for decls, and then restores the
tag definition, at which point we need to complete those decls.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.417.2.10&r2=1.417.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.82&r2=2.618.2.83
More information about the Gcc-cvs
mailing list