1. 29 Jul, 1998 9 commits
  2. 28 Jul, 1998 20 commits
    • configure.in: Fix --without/--disable cases for local-prefix, gxx-include-dir and checking. · 4e88d51b
              * configure.in: Fix --without/--disable cases for local-prefix,
              gxx-include-dir and checking.
      
      From-SVN: r21464
      Jason Merrill committed
    • * gcc.c-torture/compile/980729-1.c: New test. · 2e18cb32
      From-SVN: r21463
      Jeffrey A Law committed
    • Enable haifa for sparc64 too. · e85b2d66
      From-SVN: r21461
      David S. Miller committed
    • cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro. · ac478ac0
      Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
              * i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
              * i386/winnt.c (associated_type): New fn.
              (i386_pe_valid_type_attribute_p): New fn.
              (i386_pe_check_vtable_importexport): Remove.
              (i386_pe_dllexport_p): Use associated_type.
              (i386_pe_dllimport_p): Likewise.
              From Antonio M. O. Neto <anmendes@cruzeironet.com.br>:
              * i386.c (i386_valid_type_attribute_p): Also accept
              attributes for METHOD_TYPEs.
      
      From-SVN: r21456
      Jason Merrill committed
    • tree.c (build_range_type): Copy TYPE_SIZE_UNIT. · 28372f41
      �
              * tree.c (build_range_type): Copy TYPE_SIZE_UNIT.
      
      From-SVN: r21455
      Peter Gerwinski committed
    • Tweak last entry · f4494d38
      From-SVN: r21451
      Jeff Law committed
    • gcc.c: Fix commentary describing %g, %u, %U, and %O. · dd75c292
      d
              * gcc.c: Fix commentary describing %g, %u, %U, and %O.
              * gcc.c (do_spec_1): Fix support for %O so the
              temporary file name made for it the first time
              gets reused subsequently.
      
      From-SVN: r21450
      Craig Burley committed
    • gcc.c: Fix commentary describing %g, %u, %U, and %O. · e67ac8e6
       
              * gcc.c: Fix commentary describing %g, %u, %U, and %O.
              * gcc.c (do_spec_1): Fix support for %O so the
              temporary file name made for it the first time
              gets reused subsequently.
      
      From-SVN: r21449
      Craig Burley committed
    • friend.c (is_friend): Be lenient with member functions to deal with nested friends. · 8fb08bdd
      	* friend.c (is_friend): Be lenient with member functions to deal
      	with nested friends.
      
      From-SVN: r21444
      Mark Mitchell committed
    • · 9b126a10
      try 2
      
      From-SVN: r21443
      Benjamin Kosnik committed
    • · fb3ad9b3
      friend test
      
      From-SVN: r21442
      Benjamin Kosnik committed
    • *** empty log message *** · e674dda9
      From-SVN: r21441
      Benjamin Kosnik committed
    • · 49e4181d
      try 1
      
      From-SVN: r21440
      Benjamin Kosnik committed
    • · 32fcacb0
      try 3
      
      From-SVN: r21439
      Benjamin Kosnik committed
    • class.c (finish_struct_1): Convert integer_zero_node to ssizetype before passing… · 282a221c
      class.c (finish_struct_1): Convert integer_zero_node to ssizetype before passing it to set_rtti_entry.
      
      	* class.c (finish_struct_1): Convert integer_zero_node to
       	ssizetype before passing it to set_rtti_entry.
      	* typeck2.c (initializer_constant_valid_p): Allow conversion of 0
      	of any size to a pointer.
      
      From-SVN: r21438
      Jason Merrill committed
    • *** empty log message *** · 9e393e15
      From-SVN: r21436
      Benjamin Kosnik committed
    • cse.c (cse_insn): Enable subsitution inside libcall only for REG, SUBREG, MEM. · 1ed0205e
      �
      	* cse.c (cse_insn): Enable subsitution inside libcall only for REG,
      	SUBREG, MEM.
      	* rtlanal.c (replace_rtx): Prohibit replaces in	CONST_DOUBLE.
      
      From-SVN: r21435
      Vladimir N. Makarov committed
    • cplus-dem.c (type_kind_t): New type. · 4d17a06f
      	* cplus-dem.c (type_kind_t): New type.
      	(demangle_template_value_parm): Add type_kind_t parameter.  Rely
      	on this paramter, rather than demangling the type again.
      	(demangle_integral_value): Pass tk_integral.
      	(demangle_template_: Pass the value returned from do_type.
      	(do_type): Return a type_kind_t.  Pass tk_integral to
      	demangle_template_value_parm for array bounds.
      	(demangle_fund_type): Likewise.
      
      From-SVN: r21434
      Mark Mitchell committed
    • cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove. · 36a117a5
      	* cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
      	(build_template_decl_overload): Remove.
      	(set_mangled_name_for_decl): New function.
      	(innermost_args): Remove is_spec parameter.
      	(most_specialized, most_specialized_class): Remove declarations.
      	(lookup_template_class): Add entering_scope parameter.
      	(maybe_process_partial_specialization): New function.
      	(finish_template_decl): Likewise.
      	(finish_template_type): Likewise.
      	* class.c (finish_struct): Clean up processing of member template
      	specializations.
      	* decl.c (pushtag): Fix	formatting.
      	(lookup_tag): Improve handling of pseudo-global levels.
      	(make_typename_type): Adjust call to lookup_template_class.
      	(shadow_tag): Use maybe_process_partial_specialization.
      	(xref_tag): Improve handling of member friends.
      	(start_function): Call push_nested_class before
      	push_template_decl.  Don't call push_template_decl for
      	specializations.
      	* decl2.c (grok_x_components): Don't call xref_tag for
      	template instantiations.  Handle UNION_TYPEs like RECORD_TYPEs.
      	(grokclassfn): Use set_mangled_name_for_decl.
      	(arg_assoc_class): Adjust call to innermost_args.
      	(mark_used): Don't call instantiate_decl for a TEMPLATE_DECL.
      	* error.c (dump_function_name): Improve printing of template
      	function names.
      	* friend.c (is_friend): Don't compare types of decls to determine
      	friendship, unless flag_guiding_decls.
      	(make_friend_class): Partial specializations cannot be friends.
      	(do_friend): Use set_mangled_name_for_decl.  Call
      	push_template_decl_real instead of push_template_decl.
      	* method.c (build_decl_overload_real): Remove prototype.  Give it
      	external linkage.
      	(build_overload_identififer): Adjust call to innermost_args.
      	(build_template_decl_overload): Remove.
      	(set_mangled_name_for_decl): New function.
      	* parse.y (.finish_template_type): New non-terminal.
      	(template_def): Use finish_template_decl.  Use template_extdef
      	instead of extdef.
      	(template_extdef, template_datadef): New non-terminals, containing
      	only those rules for things which can be templates.
      	(datadef): Tidy.
      	(template_type, self_template_type): Use .finish_template_type.
      	(named_class_head): Use maybe_process_partial_specialization.
      	* pt.c (mangle_class_name_for_template): Remove context parameter.
      	(get_class_bindings): Remove outer_args parameter.
      	(complete_template_args): Remove.
      	(add_outermost_template_args): New function.
      	(register_specialization): Return the specialization.
      	(unregister_specialization): New function.
      	(tsubst_template_parms): Likewise.
      	(most_specialized, most_specialized_class): Prototype here as
      	static.
      	(original_template): Rename to most_general_template.
      	(tsubst_template_parms): New function.
      	(set_mangled_name_for_template_decl): Likewise.
      	(TMPL_ARGS_DEPTH): New macro.
      	(TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Adjust.
      	(TMPL_ARGS_LEVEL): New macro.
      	(SET_TMPL_ARGS_LEVEL): Likewise.
      	(TMPL_ARG): Likewise.
      	(SET_TMPL_ARG): Likewise.
      	(TMPL_ARGS_DEPTH): Likewise.
      	(finish_member_template_decl): Use finish_template_decl.
      	(maybe_process_partial_specialization): New function, split out
      	from tsubst.
      	(inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
      	(maybe_begin_member_template_processing): Use new macros.
      	(is_member_template): Likewise.
      	(is_member_template_class): Likewise.
      	(add_to_template_args): Likewise.  Deal with multiple levels of
      	args.
      	(maybe_process_partial_specialization): New function.
      	(retrieve_specialization): Add consistency check.
      	(determine_specialization): Return full argument list.
      	(check_explicit_specialization): Tweak friend handling.  Use full
      	argument lists.  Simplify.
      	(current_template_args): Use new macros.
      	(push_template_decl_real): Change ill-named mainargs to specargs.
      	Check that a partial specialization actually specializes at least
      	one parameter.   Improve friend handling.  Modify for full
      	template arguments.
      	(classtype_mangled_name): Don't mangle the names of
      	specializations.
      	(lookup_template_class): Add entering_scope parameter.  Use it to
      	avoid finding a template type when an instantiation is required.
      	Simplify.  Use full template arguments.
      	(tsubst_friend_function): Use unregister_specialization.  Use new
      	macros.  Use full template arguments.
      	(tsubst_friend_class): Substitute, using tsubst_template_parms,
      	into the template parameters before passing them to
      	redeclare_class_template.
      	(instantiate_class_template): Simplify.  Use full template
      	arguments.  Adjust calls to get_class_bindings.  Use
      	SET_IDENTIFIER_TYPE_VALUE where needed.  Improve friend handling.
      	(innermost_args): Use new macros.
      	(tsubst_aggr_type): New function, split out from tsubst.
      	(tsubst): Use tsubst_aggr_type, tsubst_template_parms, new calling
      	conventions for lookup_tmeplate_class.  Refine handling of partial
      	instantiations.   Remove calls to complete_template_args.
      	Simplify.  Add consistency checks.  Use set_mangled_name_for_decl
      	and set_mangled_name_for_template_decl.
      	(tsubst_copy): Use tsubst_aggr_type.
      	(instantiate_template): Use full template arguments.
      	(more_specialized): Improve formatting.
      	(more_specialized_class): Adjust calls to get_class_bindings.
      	(get_bindings_real): Don't call complete_template_args.
      	(most_specialized): Don't overwrite input; create a new list.
      	(most_specialized_class): Use most_general_template.
      	(regenerate_decl_from_template): Use unregister_specialization.
      	Use full template arguments.
      	(instantiate_decl): Use full template arguments.
      	(set_mangled_name_for_template_decl): New function.
      	* semantics.c (begin_class_definition): Use
      	maybe_process_partial_specialization.
      	(finish_member_class_template): New function.
      	(finish_template_decl): Likewise.
      	(finish_template_type): Likewise.
      	(typeck.c): Don't crash after issuing a compiler_error.
      	* Makefile.in (CONFLICTS): Adjust; we removed a s/r conflict.
      
      From-SVN: r21433
      Mark Mitchell committed
    • Daily bump. · 0167ae91
      From-SVN: r21431
      Jeff Law committed
  3. 27 Jul, 1998 11 commits