gcc/libstdc++-v3/include/ext
Mark Mitchell 8fbc5ae723 cp-tree.h (lang_type_class): Remove is_partial_instantiation.
* cp-tree.h (lang_type_class): Remove is_partial_instantiation.
	(PARTIAL_INSTANTIATION_P): Remove.
	(IMPLICIT_TYPENAME_P): Likewise.
	(IMPLICIT_TYPENAME_TYPE_DECL_P): Likewise.
	(build_typename_type): Remove declaration.
	(parmlist_is_exprlist): Likewise.
	* decl.c (build_typename_type): Make it static, remove third
	parameter.
	(push_class_binding): Don't do implicit typename stuff.
	(make_typename_type): Likewise.
	(lookup_name_real): Likewise.
	(grokdeclarator): Don't try to convert declarations into
	initializations.  Don't do implicit typename stuff.
	(parmlist_is_exprlist): Remove.
	(xref_basetypes): Simplify.
	* decl2.c (grokfield): Don't try to convert declarations into
	initializations.
	(build_anon_union_vars): Do this while processing templates, too.
	(finish_anon_union): Likewise.
	* error.c (dump_type): Remove implicit typename handling.
	* parser.c (cp_parser_diagnose_invalid_type_name): New method.
	(cp_parser_primary_expression): Correct handling of names not
	found by unqualified name lookup in templates.
	(cp_parser_nested_name_specifier_opt): Avoid checking dependency
	of types when possible.
	(cp_parser_simple_declaration): Complain intelligently about some
	invalid declarations.
	(cp_parser_member_declaration): Likewise.
	(cp_parser_constructor_declarator_p): Don't check when we're in a
	function scope.
	* pt.c (instantiate_class_template): Remove
	PARTIAL_INSTANTIATION_P gunk.
	* search.c (lookup_field_r): Don't build implicit typenames.
	(marked_pushdecls_p): Don't enter dependent base types.
	(unmarked_pushdecls_p): Likewise.
	* semantics.c (begin_class_definition): Remove implicit typename
	stuff.

	* config/locale/gnu/messages_members.h: Use this-> to refer to
	unqualified members of base clasess.
	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
	* include/bits/codecvt.h: Likewise.
	* include/bits/deque.tcc: Likewise.
	* include/bits/fstream.tcc: Likewise.
	* include/bits/istream.tcc: Likewise.
	* include/bits/list.tcc: Likewise.
	* include/bits/locale_facets.h: Likewise.
	* include/bits/ostream.tcc: Likewise.
	* include/bits/sstream.tcc: Likewise.
	* include/bits/stl_bvector.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/stl_tree.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/vector.tcc: Likewise.
	* include/ext/ropeimpl.h: Likewise.
	* include/ext/stdio_filebuf.h: Likewise.
	* include/ext/stl_rope.h: Likewise.
	* include/std/std_fstream.h: Likewise.
	* include/std/std_sstream.h: Likewise.

Co-Authored-By: Jeffrey Oldham <oldham@codesourcery.com>

From-SVN: r61403
2003-01-16 20:30:50 +00:00
..
algorithm configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
enc_filebuf.h stdio_filebuf.h: New file. 2002-04-30 19:04:43 +00:00
functional Makefile.am (doxygen, [...]): Tweak targets. 2002-01-28 22:13:12 +00:00
hash_map configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
hash_set configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
iterator configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
memory Makefile.am (doxygen, [...]): Tweak targets. 2002-01-28 22:13:12 +00:00
numeric configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
rb_tree configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
rope Makefile.am (doxygen, [...]): Tweak targets. 2002-01-28 22:13:12 +00:00
ropeimpl.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
slist configopts.html, [...]: Tweaks. 2002-07-02 06:17:36 +00:00
stdio_filebuf.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_hash_fun.h Makefile.am (doxygen, [...]): Tweak targets. 2002-01-28 22:13:12 +00:00
stl_hashtable.h re PR libstdc++/7057 (Operator== on hashtables doesn't appear to work correctly (patch included)) 2002-07-04 00:28:03 +00:00
stl_rope.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00