2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-22 20:40:12 +08:00
Go to file
Mark Mitchell da15dae6f5 call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
* call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
	* class.c (handle_using_decl): Likewise.
	(instantiate_type): Likewise.
	* cp-tree.h (BASELINK_FUNCTIONS): New macro.
	(xref_basetypes): Change prototype.
	(begin_mem_initializers): New function.
	(get_overloaded_fn): Likewise.
	* decl.c (xref_basetypes): Simplify.
	* error.c (dump_expr): Use BASELINK_FUNCTIONS.
	* init.c (build_offset_ref): Likewise.
	* parse.y (base_init): Use begin_mem_initializers().
	(structsp): Adjust call to xref_basetypes.
	* pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
	(instantiate_class_template): Adjust call to xref_basetypes.
	* semantics.c (begin_mem_initializers): New function.
	* tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
	(really_overlaoded_fn): Likewise.
	(get_overloaded_fn): New function.'
	(get_first_fn): USe BASELINK_FUNCTIONS.

From-SVN: r54989
2002-06-25 15:35:27 +00:00
boehm-gc gc_locks.h (GC_test_and_set): Support Linux/mips. 2002-06-10 17:10:21 +00:00
config
contrib
fastjar configure.in: Support cross-compiling. 2002-06-03 17:59:29 +00:00
gcc call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. 2002-06-25 15:35:27 +00:00
include demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. 2002-06-25 09:44:15 +09:30
INSTALL
libf2c Daily bump. 2002-06-25 07:17:55 +00:00
libffi * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info. 2002-06-06 12:51:23 +00:00
libiberty Makefile.in (install_to_libdir): Add $(DESTDIR). 2002-06-22 20:27:46 +09:30
libjava natPlainDatagramSocketImpl.cc (BooleanClass): Removed. 2002-06-25 05:29:22 +00:00
libobjc Object.m (forward, [...]): Fix unused parameter warnings. 2002-06-21 14:36:37 +00:00
libstdc++-v3 Daily bump. 2002-06-25 07:17:55 +00:00
maintainer-scripts
zlib
.cvsignore configure, .cvsignore: Revert previous change... 2002-06-19 18:10:09 +00:00
ChangeLog *** empty log message *** 2002-06-25 07:57:03 +00:00
config-ml.in
config.guess
config.if
config.sub config.sub: Add support for avr target. 2002-06-20 00:46:38 +04:00
configure configure, .cvsignore: Revert previous change... 2002-06-19 18:10:09 +00:00
configure.in * configure.in: Add support for ip2k. 2002-06-23 21:35:48 +04:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS (Write After Approval): Add self. 2002-06-25 07:56:26 +00:00
Makefile.in configure.in: Remove references to librx. 2002-06-19 19:06:06 -04:00
missing
mkdep
mkinstalldirs
move-if-change
README
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.