Go to file
Jason Merrill 6bdb8141ec Implement anonymous structs.
* cp-tree.h (ANON_AGGR_TYPE_P): Rename from ANON_UNION_TYPE_P.
	* class.c, decl.c, decl2.c, init.c, pt.c, search.c, typeck.c: Adjust.
	* class.c (finish_struct_1): Remove redundant check for anon struct.
	* decl.c (fixup_anonymous_aggr): Renamed from fixup_anonymous_union.
	(check_tag_decl): Check for anonymous struct here.
	* decl2.c (build_anon_union_vars): Catch anon struct at file scope.
	* init.c (sort_member_init, emit_base_init): Handle getting fields
	as well as names in current_member_init_list.
	(perform_member_init): Handle getting an anon aggr.
	* method.c (do_build_assign_ref): Don't descend into anon aggrs.
	(do_build_copy_constructor): Likewise.

From-SVN: r27027
1999-05-19 06:44:22 -04:00
boehm-gc configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS. 1999-05-05 11:46:18 +00:00
config
contrib Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
etc
gcc Implement anonymous structs. 1999-05-19 06:44:22 -04:00
include
INSTALL
libchill
libf2c Update to Netlib version of 1999-05-10 1999-05-10 10:40:59 -04:00
libiberty cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled pointer beyond the end of the string. 1999-05-16 18:44:09 -06:00
libio * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined. 1999-05-17 16:58:56 -06:00
libjava * mauve-libgcj: Enable java.util.zip. 1999-05-19 09:26:17 +00:00
libobjc Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
libstdc++ stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux. 1999-05-17 17:03:48 -06:00
texinfo Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
zlib configure, [...]: Rebuilt. 1999-05-10 08:05:43 +00:00
.cvsignore
ChangeLog Fixed some old ChangeLog entries I wrote before becoming aware of the GNU 1999-04-27 13:27:29 +00:00
config-ml.in config-ml.in: On mips*-*-*... 1999-04-11 17:00:24 -06:00
config.guess config.guess (interix Alpha): Add. 1999-04-13 15:55:39 -06:00
config.if
config.sub * config.sub: Set basic_machine to i586 when target_alias = k6-*. 1999-04-10 14:50:51 -07:00
configure
configure.in
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Add Stu 1999-05-14 20:15:03 -06:00
Makefile.in
missing
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.