Go to file
Mark Mitchell 90ea9897a0 cp-tree.h (IDENTIFIER_VALUE): Remove.
* cp-tree.h (IDENTIFIER_VALUE): Remove.
	(BINFO_PUSHDECLS_MARKED): Likewise.
	(maybe_inject_for_scope_var): Likewise.
	(push_class_decls): Likewise.
	* name-lookup.h (push_class_binding): Remove.
	(innermost_non_namespace_value): New function.
	(outer_binding): Likewise.
	* class.c (add_method): Push bindings before adding to
	TYPE_METHODS.
	(restore_class_cache): Do not restore class_shadowed.
	(pushclass): Do not add USING_DECLs.  Do not call
	push_class_decls.
	* config-lang.in (gtfiles): Remove $(srcdir)/cp/search.c.
	* decl.c (pushdecl): Use outer_binding.
	(poplevel): Set the scope for an out-of-scope for-loop declaration
	appropriately.
	(cp_finish_decl): Don't call maybe_inject_for_scope_var.
	* name-lookup.c (new_class_binding): New function.
	(push_binding): Use it.
	(pushdecl): Use innermost_non_namespace_value.
	(maybe_inject_for_scope_var): Remove.
	(push_class_binding): Remove.
	(set_inherited_value_binding_p): New function.
	(get_class_binding): New function.
	(push_class_level_binding): Assert that the current_class_type is
	being defined.
	(outer_binding): New function.
	(innermost_non_namespace_value): Likewise.
	(lookup_name_real): Use outer_binding.
	(lookup_name_current_level): Ignore out-of-scope variables.
	* pt.c (check_template_shadow): Use innermost_non_namespace_value.
	(lookup_template_class): Likewise.
	* search.c (dfs_push_type_decls): Remove.
	(dfs_push_decls): Likewise.
	(setup_class_bindings): Likewise.
	(lookup_field_1): Handle USING_DECLs from dependent scopes.
	(marked_pushdecls_p): Remove.
	(unmarked_pushdecls_p): Remove.
	(marked_identifiers): Remove.
	(setup_class_bindings): Remove.
	(dfs_push_type_decls): Remove.
	(dfs_push_decls): Remove.
	(push_class_decls): Remove.

From-SVN: r84689
2004-07-14 15:34:30 +00:00
boehm-gc
config
contrib
fastjar Adjust date of Casey's change. 2004-07-09 07:29:02 +00:00
gcc cp-tree.h (IDENTIFIER_VALUE): Remove. 2004-07-14 15:34:30 +00:00
include libiberty.h (XNEW, [...]): Move here from libcpp/internal.h. 2004-07-13 22:59:09 +02:00
INSTALL
intl
libada
libbanshee
libcpp
libf2c
libffi ffi.c (ffi_prep_args): Fix C aliasing violation. 2004-07-11 11:45:39 +00:00
libgfortran re PR fortran/16303 (Complex logarithm function sometimes chooses a non-principal branch) 2004-07-11 16:05:08 +00:00
libiberty
libjava s390.md ("udivsi3"): Ensure trap is generated for division by zero. 2004-07-14 13:09:09 +00:00
libmudflap Test case for g++/15861 2004-07-09 19:51:51 +00:00
libobjc
libstdc++-v3 12658_thread-1.cc, [...]: Use __gnu_test::try_named_locale. 2004-07-14 14:01:45 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog configure.in: Build libmudflap by default on FreeBSD. 2004-07-09 22:57:08 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Build libmudflap by default on FreeBSD. 2004-07-09 22:57:08 +00:00
configure.in configure.in: Build libmudflap by default on FreeBSD. 2004-07-09 22:57:08 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def Makefile.def (host_modules): Set bootstrap=true for flex. 2004-07-08 19:45:01 +00:00
Makefile.in re PR target/16344 (libstdc++'s PCH built by profiledbootstrap does not work with the built compiler) 2004-07-08 21:49:44 +00:00
Makefile.tpl re PR target/16344 (libstdc++'s PCH built by profiledbootstrap does not work with the built compiler) 2004-07-08 21:49:44 +00:00
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.