Go to file
Mark Mitchell b3ab27f3c3 cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
* cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
	(cleanup_type): Likewise.
	(search_tree): Change prototype.
	* decl.c (local_variable_p): Adjust for new interface to
	search_tree.
	(check_default_argument): Likewise.
	* error.c (dump_expr): Handle INIT_EXPR.
	* except.c (expand_throw): Don't make cleanup_type a local static.
	* expr.c (cplus_expand_expr): Don't handle NEW_EXPR.
	* init.c (build_new): Call build_new_1 directly, rather than
	building a NEW_EXPR.
	(build_new_1): Tidy.  Don't build a VEC_INIT_EXPR except when
	processing file-scope initializers.
	* lex.c (init_parse): Add an opname_tab entry for INIT_EXPR.
	* tree.c: Include splay-tree.h
	(no_linkage_helper): Adjust for new interface to search_tree.
	(search_tree): Pass around pointers to tree nodes, rather than the
	nodes themselves.  Handle VEC_INIT_EXPR.
	(no_linkage_check): Adjust for new interface to search_tree.
	(mapcar): Handle VEC_INIT_EXPR.
	(target_remap): New variable.
	(bot_manip): Use it.
	(bot_replace): New function.
	(break_out_target_exprs): Use it to remap all variables used in a
	default argument expression.
	* typeck.c (build_modify_expr): Don't crash when outside a
	function and presented with an INIT_EXPR assignment
	* Makefile.in (tree.o): Depend on splay-tree.h.

From-SVN: r29659
1999-09-24 20:54:08 +00:00
boehm-gc
config * mh-openedition: New file. 1999-09-07 23:31:40 -07:00
contrib New shell scripts to ease dealing with Netlib f2c vis-a-vis g77 libg2c 1999-09-11 17:53:17 -04:00
etc
gcc cp-tree.h (CPTI_CLEANUP_TYPE): New macro. 1999-09-24 20:54:08 +00:00
include libiberty.h (basename): OpenBSD has a correct prototype. 1999-09-14 00:35:01 -06:00
INSTALL
libchill powerset.h (SET_WORD, [...]): Do not redefine based on USE_CHAR. 1999-09-02 17:55:52 -06:00
libf2c Daily bump. 1999-09-24 01:45:16 -06:00
libffi ffi.h.in: Removed PACKAGE and VERSION defines and undefs. 1999-09-01 23:16:34 +00:00
libiberty * xmemdup.c: Include sys/types.h. 1999-09-09 00:11:39 +00:00
libio * config/mpeix.mt: New for MPEiX port. 1999-09-13 06:30:08 -06:00
libjava re GNATS java.util/47 (Date.toString() returns embedded newline) 1999-09-24 19:12:23 +00:00
libobjc Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to the compiler when building C code. 1999-09-21 07:48:59 -06:00
libstdc++ 1999-09017 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> 1999-09-17 15:19:20 +00:00
texinfo dummy checkin to prevent merge lossage 1999-09-04 09:09:22 -06:00
zlib
.cvsignore
ChangeLog Add FR30 target. 1999-09-21 15:17:53 +00:00
config-ml.in
config.guess config.guess: Add OS/390 match pattern. 1999-09-07 23:35:42 -07:00
config.if
config.sub Add FR30 target. 1999-09-21 15:17:53 +00:00
configure
configure.in Add FR30 target. 1999-09-21 15:17:53 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Add FR30 target. 1999-09-21 15:17:53 +00:00
Makefile.in
missing missing: Update to version from automake 1.3. 1998-10-08 17:28:38 -06:00
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.