2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-20 07:18:59 +08:00
Go to file
Zack Weinberg bf7a697f0a c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
* c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
	* c-decl.c (struct c_scope): Remove "incomplete" field.
	(pushdecl): Attach variables with incomplete types to
	the TYPE_MAIN_VARIANT of the incomplete type in question.
	(finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
	to complete, not at current_scope->incomplete.  All such
	variables do need completion.

From-SVN: r70952
2003-08-30 21:21:40 +00:00
boehm-gc
config * config/no-executables.m4: New file. 2003-08-27 19:14:13 +00:00
contrib
fastjar
gcc c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro. 2003-08-30 21:21:40 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty aclocal.m4: Include acx.m4 and no-executables.m4. 2003-08-27 21:14:28 +00:00
libjava win32.cc: fixed tab... 2003-08-29 04:21:01 +00:00
libobjc Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of (libdir)/gcc-lib/ when installing. 2003-08-28 01:15:06 +00:00
libstdc++-v3 Daily bump. 2003-08-30 00:16:08 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog * MAINTAINERS: Update my e-mail address. 2003-08-30 07:47:45 +00:00
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Set RAW_CXX_FOR_TARGET if unset. 2003-08-27 21:16:14 +00:00
configure.in configure.in: Set RAW_CXX_FOR_TARGET if unset. 2003-08-27 21:16:14 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Update my e-mail address. 2003-08-30 07:47:45 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.