1. 19 Mar, 1998 1 commit
  2. 18 Mar, 1998 3 commits
  3. 17 Mar, 1998 1 commit
  4. 16 Mar, 1998 1 commit
  5. 15 Mar, 1998 2 commits
  6. 12 Mar, 1998 1 commit
    • manfred's avatar
      d · a02dfde2
      manfred authored
      In gcc/:
      	* bitmap.c (bitmap_element_allocate): Remove unused parameter;
      	change callers accordingly.
      	* cplus-dem.c (arm_special): Remove unused parameter work in prototype
      	and definition; change all callers accordingly.
      	* except.c (init_eh): Avoid assignment of unused return value of
      	build_pointer_type; cast it to void, instead, and remove unused
      	variable type.
      	* gcc.c (lang_specific_driver): Define prototype only #ifdef
      	LANG_SPECIFIC_DRIVER.
      	(temp_names): Define only #ifdef MKTEMP_EACH_FILE.
      	* genoutput.c (output_epilogue): Initialize next_name to 0.
      	* real.c (efrexp): #if 0 prototype and function definition.
      	(eremain): Likewise.
      	(uditoe): Likewise.
      	(ditoe): Likewise.
      	(etoudi): Likewise.
      	(etodi): Likewise.
      	(esqrt): Likewise.
      	* reload.c (push_secondary_reload): Define prototype only
      	#ifdef HAVE_SECONDARY_RELOADS.
      	* varasm.c (assemble_static_space): Define rounded only
      	#ifndef ASM_OUTPUT_ALIGNED_LOCAL.
      In gcc/cp/:
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	* cvt.c (ocp_convert): Remove unused variable conversion.
      	* decl2.c (ambiguous_decl): Add explicit parameter definition for name.
      	* except.c (do_unwind): #if 0 definition of unused variables fcall
      	and next_pc.
      	* expr.c (extract_scalar_init): #if 0 prototype and function definition.
      	* init.c (expand_aggr_init_1): Remove unused variable init_type.
      	(build_new_1): Remove unused variable t.
      	* pt.c (instantiate_class_template): Remove unused variable newtag;
      	cast called function return value to void.
      	(do_decl_instantiation): Remove unused variables name and fn.
      	* tree.c (get_type_decl): Add default return to shut up compiler from
      	complaining control reaches end of non-void function.
      	* typeck.c (build_x_conditional_expr): Remove unused variable rval.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18498 138bc75d-0d04-0410-961f-82ee72b054a4
      a02dfde2
  7. 04 Mar, 1998 1 commit
  8. 03 Mar, 1998 3 commits
  9. 02 Mar, 1998 1 commit
  10. 01 Mar, 1998 1 commit
  11. 28 Feb, 1998 2 commits
    • jason's avatar
      * parse.y (nested_name_specifier): Use explicit_template_type. · eab00fbe
      jason authored
      	(typename_sub): Allow a template_type, an explicit_template_type,
      	or an implicit template type at the end.
      	* lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
      	* decl.c (make_typename_type): Handle template-id where the name
      	is a TEMPLATE_DECL.
      	* call.c (build_scoped_method_call): Handle member template
      	destructor call.
      	* pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
      	destructor is represented by the type.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18303 138bc75d-0d04-0410-961f-82ee72b054a4
      eab00fbe
    • jason's avatar
      * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro. · 15ba7646
      jason authored
      	* parse.y (nested_name_specifier): Add 'template' case.
      	(explicit_template_type): New rule.
      	(typename_sub): Use it.
      	* decl.c (make_typename_type): Handle getting a template-id for NAME.
      	* pt.c (tsubst): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18296 138bc75d-0d04-0410-961f-82ee72b054a4
      15ba7646
  12. 27 Feb, 1998 4 commits
    • jason's avatar
      * pt.c (add_to_template_args): Fix thinko. · 970c15c2
      jason authored
      	(instantiate_class_template): Call it later.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18286 138bc75d-0d04-0410-961f-82ee72b054a4
      970c15c2
    • jason's avatar
      Support partial specialization of member class templates. · 9ebe7529
      jason authored
      	* pt.c (get_class_bindings): Add outer_args parm.
      	(most_specialized_class): Likewise.
      	(instantiate_class_template): Pass it.
      	(more_specialized_class): Likewise.
      	(lookup_template_class): Get context from template if none
      	was specified.
      	(finish_member_template_decl): Don't do anything with a
      	partial specialization.
      	* decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
      	AGGREGATE_TYPE_P.
      	* class.c (finish_struct): Member class templates have already been
      	checked for name clashes.
      	* decl.c (pushdecl_with_scope): Handle pushing at class level.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18285 138bc75d-0d04-0410-961f-82ee72b054a4
      9ebe7529
    • jason's avatar
      comment · 7a623747
      jason authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18282 138bc75d-0d04-0410-961f-82ee72b054a4
      7a623747
    • jason's avatar
      * pt.c (tsubst, TEMPLATE_DECL): Support member class templates. · 1ac9b32b
      jason authored
      	(tsubst, *_PARM): Support multiple levels of template classes.
      	(instantiate_class_template): Look up the pattern from the
      	original template.
      	(lookup_template_class): Handle getting a template for d1.
      	(push_template_decl): Correct setting of 'primary'.
      	(reduce_template_parm_level): Add 'levels' parm.
      	(finish_member_template_decl): Support member class templates.
      	(template_class_depth): Handle multiple levels.
      	* parse.y (component_decl_1, fn.def2): Remove member template case.
      	(component_decl): Add member template cases.
      	* decl2.c (check_member_template): We now handle member template
      	classes.
      	* decl.c (pushtag): Handle member templates.
      	* method.c (do_inline_function_hair): Don't touch
      	IDENTIFIER_GLOBAL_VALUE.
      	* init.c (build_offset_ref): If name isn't an identifier, just
      	return it.
      	* spew.c (yylex): Handle PTYPENAME like TYPENAME.
      	* typeck.c (get_delta_difference): Do adjust for conversions to
      	and from virtual base.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18280 138bc75d-0d04-0410-961f-82ee72b054a4
      1ac9b32b
  13. 25 Feb, 1998 1 commit
    • jason's avatar
      Partial implementation of namespaces. · 18e99d00
      jason authored
      	* decl.c (push_namespace): Handle redeclaration error.
      	* cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
      	(IDENTIFIER_NAMESPACE_BINDINGS): New macro.
      	(NAMESPACE_BINDING): New macro.
      	(IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
      	* *.c: Use them.
      	* pt.c (push_template_decl): Use innermost_args.
      	* decl.c (get_unique_name): Tweak from earlier in the name.
      	* cp-tree.def: Add CPLUS_BINDING node.
      	* cp-tree.h (tree_binding): new struct
      	(BINDING_SCOPE, BINDING_VALUE): new macros
      	(current_namespace, global_namespace): declare extern
      	(struct lang_decl_flags): new field in_namespace
      	(DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): new macros
      	(DECL_NAMESPACE, SET_DECL_NAMESPACE): new macros
      	(TREE_INDIRECT_USING): new macro
      	* decl2.c (current_namespace, global_namespace): Declare.  The
      	value is a NAMESPACE_DECL now, not a TREE_LIST.
      	(is_namespace_ancestor, namespace_ancestor):new static functions.
      	(add_using_namespace, ambiguous_decl): likewise.
      	(lookup_using_namespace): new support function for lookup_name.
      	(qualified_lookup_using_namespace): new support function for
      	do_scoped_id and lookup_namespace_name
      	(get_namespace_id): mark as obsolete.
      	(current_namespace_id): Likewise.
      	(do_namespace_alias): Implement.
      	(do_using_directive): Implement as call to add_using_namespace.
      	* decl.c (binding_for_name): new function.
      	(push_namespace, pop_namespace): implement.
      	(push_decl): don't install a FUNCTION_DECL in the global branch.
      	(lookup_namespace_name): implement using qualified lookup.
      	(lookup_name_real): For global scoping, lookup in
      	global_namespace. For namespace scoping, lookup in given
      	namespace. For unscoped lookup, iterate over namespace,
      	considering using directives.
      	(init_decl_processing): initialize global_namespace.
      	(grokvardecl): Build assembler name as static name for globals.
      	(grokdeclarator): Remove old namespace mangling.
      	(xref_tag): When installing a global binding for the
      	tag, make sure we have an identifier.
      	* method.c (build_overload_nested_name): mangle namespaces.
      	(build_qualified_name): Likewise.
      	(build_decl_overload_real): Likewise.
      	* lex.c (build_lang_decl): set namespace for new declaration to
      	current_namespace.
      	(do_scoped_id): find global names in global or current
      	namespace, or using qualified namespace lookup, depending on
      	context.
      	* init.c (build_member_call): When scope is namespace, use
      	build_x_function_call instead.
      	(build_offset_ref): When scope is namespace, collapse processing
      	to lookup_namespace_name instead.
      	* error.c (dump_decl): Support NAMESPACE_DECL.
      	* decl.c (pushdecl): Bind globals to current namespace.
      	(push_overloaded_decl): Likewise.
      	(lookup_tag): Likewise.
      	(lookup_name_current_level): Likewise.
      	(xref_tag): Likewise.
      	(start_function): Likewise.
      	* lex.c (do_identifier): Likewise.
      	(identifier_typedecl_value): Likewise.
      	(real_yylex): Likewise.
      	* method.c (do_inline_function_hair): Likewise.
      	* parse.y (unscoped): Likewise.
      	* pt.c (check_explicit_specialization): Likewise.
      	(lookup_template_class): Likewise.
      	* rtti.c (call_void_fn): Likewise.
      	* sig.c (build_sigtable): Likewise.
      	* ptree.c (lang_print_xnode): New function.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18227 138bc75d-0d04-0410-961f-82ee72b054a4
      18e99d00
  14. 24 Feb, 1998 1 commit
  15. 23 Feb, 1998 4 commits
    • jason's avatar
      comment · d95202ed
      jason authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18207 138bc75d-0d04-0410-961f-82ee72b054a4
      d95202ed
    • jason's avatar
      * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS · afc6ed4c
      jason authored
      	argument to tsubst and friends.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18201 138bc75d-0d04-0410-961f-82ee72b054a4
      afc6ed4c
    • jason's avatar
      * pt.c (tsubst, FUNCTION_DECL): Tidy. · e08d25b1
      jason authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18200 138bc75d-0d04-0410-961f-82ee72b054a4
      e08d25b1
    • jason's avatar
      Support for friend templates. · f3110581
      jason authored
      	* typeck.c (build_x_function_call): Handle static member function
      	templates like non-templates.  Handle friend templates like normal
      	function templates.
      	* pt.c (tsubst, *_PARM): Don't use orig_level.
      	(get_bindings): Don't call add_to_template_args.
      	(instantiate_template): Likewise.
      	(tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
      	* ptree.c (print_lang_type): Print index/level for template parms.
      	* Make-lang.in (cc1plus): Note that cc1plus depends on
      	cp/cp-tree.h and cp/cp-tree.def.
      	* cp-tree.def (TEMPLATE_CONST_PARM): Remove.
      	(TEMPLATE_PARM_INDEX): New tree code, used to indicate a
      	position in a template parameter list.
      	* cp-tree.h (template_parm_index): New structure, used as the tree
      	structure for a TEMPLATE_PARM_INDEX.
      	(TEMPLATE_PARM_IDX): New macro.
      	(TEMPLATE_PARM_LEVEL): Likewise.
      	(TEMPLATE_PARM_DESCENDANTS): Likewise.
      	(TEMPLATE_PARM_ORIG_LEVEL): Likewise.
      	(TEMPLATE_PARM_DECL): Likewise.
      	(TEMPLATE_TYPE_PARM_INDEX): Likewise.
      	(TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
      	(TEMPLATE_TYPE_DECL): Likewise.
      	(TEMPLATE_CONST_IDX): Remove.
      	(TEMPLATE_CONST_LEVEL): Likewise.
      	(TEMPLATE_CONST_SET_INFO): Likewise.
      	(TEMPLATE_TYPE_SET_INFO): Likewise.
      	(TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
      	node.
      	(TEMPLATE_TYPE_LEVEL): Likewise.
      	* decl.c (decls_match): Call comp_template_parms, rather than
      	expanding it inline.
      	(duplicate_decls): If two template declarations are being merged,
      	then their TEMPLATE_INFOs should be merged as well.
      	(grokfndecl): Save template-id information when declaring a friend
      	with explicit template arguments.  Pass arguments to
      	check_explicit_specialization via correct convention; at some
      	point check_explicit_specialization changed, but these call-sites
      	did not.
      	(grokdeclarator): Tidy up slightly.
      	* decl2.c (check_classfn): Tidy up slightly.  Don't assume that
      	two template functions with the same DECL_ASSEMBLER_NAME the same,
      	since the names are not yet mangled.
      	* error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
      	TEMPLATE_CONST_PARM.
      	(dump_expr): Likewise.  Use the TEMPLATE_PARM_DECL to get at the
      	decl for a non-type parameter, rather than printing `<tparm ...>'.
      	* friend.c (is_friend): Handle TEMPLATE_DECL friends.
      	(do_friend): Deal with template friends.
      	* lex.c (do_pending_inlines): Call
      	maybe_begin_member_template_processing, rather than
      	conditionally calling begin_member_template_processing.
      	(process_next_inline): Likewise.  Call
      	maybe_end_member_template_processing, rather than
      	conditionally calling end_member_template_processing.
      	(do_pending_defargs): Likewise.
      	(do_identifier): Use TEMPLATE_PARM_INDEX instead of
      	TEMPLATE_CONST_PARM.
      	* method.c (build_mangled_template_parm_index): New function.
      	(build_overload_value): Use it.
      	(build_overload_name): Likewise.
      	* pt.c (finish_member_template_decl): Allow friend declarations.
      	(template_class_depth): New function.
      	(is_member_template): Rename, and modify, to become...
      	(is_member_or_friend_template): New function.
      	(end_member_template_processing): Rename, and modify, to become...
      	(maybe_end_member_template_processing).
      	(build_template_parm_index): New function.
      	(reduce_template_parm_level): New function.
      	(process_template_parm): Modify to use build_template_parm_index.
      	(current_template_args): Change name to current_template_parms.
      	(push_template_decl): Deal with friend templates.
      	(uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
      	TEMPLATE_CONST_PARM.
      	(tsubst_friend_function): New function.
      	(instantiate_class_template): Generate the DECL_FRIENDLIST
      	for a new instantiation by using tsubst_friend_function rather
      	than just tsubst.
      	(tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
      	Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
      	appropriate new macros.  Use reduce_template_parm_level to
      	generate lower-level template parameters.  Handle tsubst'ing into
      	TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS.  Don't forget
      	to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
      	templates.  Similarly for the template parameters for a new
      	template.
      	(tsubst_copy): Tidy up slightly.  Use TEMPLATE_PARM_INDEX instead
      	of TEMPLATE_CONST_PARM.  Handle TYPE_DECLs by tsubsting into them.
      	(unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.
      	(get_bindings): Call add_to_template_args if necessary.
      	(instantiate_decl): Handle instantiations of friend templates.
      	* search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
      	TEMPLATE_TYPE_PARM as a list of fields; it's not!
      	* spew.c (yylex): Do a little manual constant propogation to
      	clarify the code.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18198 138bc75d-0d04-0410-961f-82ee72b054a4
      f3110581
  16. 19 Feb, 1998 2 commits
  17. 14 Feb, 1998 1 commit
  18. 13 Feb, 1998 2 commits
  19. 11 Feb, 1998 1 commit
    • jason's avatar
      * cp-tree.h (push_template_decl): Return the decl passed in, or an · 1ca935fd
      jason authored
      	equivalent duplicate.
      	* decl.c (pushtag): Use the return value from push_template_decl.
      	(duplicate_decls): When duplicating a template declaration, merge
      	the DECL_TEMPLATE_RESULTs as well.
      	(make_implicit_typename): Don't try to dive into typename types to
      	find a context for making a new implicit typename.
      	(start_decl): Use the return value from push_template_decl.
      	(grokdeclarator): Complain about declarations list `const operator
      	int'.  Since we don't correctly handle in-class initializations of
      	non-static data members, complain about this (now illegal)
      	practice.  Issue an error for initializations of non-const statics
      	since that is illegal as well, and since we don't handle that case
      	correctly either.
      	(start_function): Use the return value from push_template_decl.
      	(start_method): Likewise.
      	* decl2.c (grokfield): Likewise.  Since the change to
      	grokdeclarator ensures that all initialized fields are in fact
      	static, remove a redundant test for TREE_PUBLIC.
      	* parse.y (initlist): Disable labeled initializers since they do
      	not work as per the documentation, and since they do not use the
      	same syntax as the C front end.
      	* pt.c (push_template_decl): Return the decl passed in, or an
      	equivalent duplicate.
      	(lookup_template_class): When searching in a nested context,
      	use the right arguments.
      	(uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
      	* typeck.c (build_component_ref): Assign the correct type to the
      	result of build_vfn_ref.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17852 138bc75d-0d04-0410-961f-82ee72b054a4
      1ca935fd
  20. 10 Feb, 1998 2 commits
  21. 07 Feb, 1998 1 commit
  22. 03 Feb, 1998 2 commits
  23. 02 Feb, 1998 2 commits
    • jason's avatar
      * call.c (add_template_candidate_real): Pass extra parameter to · 54008b6b
      jason authored
      	fn_type_unification.
      	* cp-tree.h (fn_type_unification): Add parameter.
      	* pt.c (fn_type_unification): Add additional parameter to deal with
      	static member functions.
      	(get_bindings): Deal with static member functions.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17609 138bc75d-0d04-0410-961f-82ee72b054a4
      54008b6b
    • jason's avatar
      * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro. · 2d45f35b
      jason authored
      	(revert_static_member_fn): Declare.
      	* decl.c (revert_static_member_fn): Remove declaration.  Change
      	linkage from internal to external.
      	(cp_finish_decl): Deal with virtual functions in classes local to
      	template functions.
      	* decl2.c (finish_file): Don't forget to emit increment/decrement
      	expressions in initializers for file-scope variables.
      	* parse.y (typename_sub2): If the typename doesn't names a
      	template, rather than a type, issue an error message.
      	* pt.c (check_explicit_specialization): Handle specializations of
      	static member functions.
      	(coerce_template_parms): Handle offset references to lists of
      	member functions.
      	* search.c (note_debug_info_needed): Don't crash when handed a
      	type which is being defined.
      	* typeck.c (complete_type): Don't crash when handed NULL_TREE;
      	that can happen with some illegal code.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17598 138bc75d-0d04-0410-961f-82ee72b054a4
      2d45f35b