1. 05 Aug, 1998 5 commits
  2. 04 Aug, 1998 3 commits
    • libioP.h: Use __PMT in typedefs. · 887e3058
      * libioP.h: Use __PMT in typedefs.
      * strfile.h: Likewise.
      
      From-SVN: r21610
      Andreas Jaeger committed
    • decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it uses template parameters. · e4a84209
      	* decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
      	uses template parameters.
      	* method.c (build_template_parm_names): Use the full set of
      	template arguments for tsubst'ing.
      	(build_overload_identifier): Pass the full set of template
      	arguments to build_template_parm_names, not just the
      	innermost_args.
      	* pt.c (TMPL_ARGS_DEPTH): Define using
      	TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
      	(NUM_TMPL_ARGS): New macro.
      	(add_outermost_template_args): Deal with the case where the outer
      	args will be completely discarded.
      	(coerce_template_parms): Use the full set of template arguments
      	for tsubst'ing.  Simplify.  Add some asserts.  Improve
      	error messages.
      	(lookup_template_class): Pass the full set of template arguments
      	to coerce_template_parms.
      	(tsubst): Add assertion.
      	(do_type_instantiation): Don't instantiate member template
      	classes.
      	* init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
      	name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
      
      From-SVN: r21609
      Mark Mitchell committed
    • Daily bump. · be5ceb72
      From-SVN: r21554
      Jeff Law committed
  3. 03 Aug, 1998 5 commits
  4. 02 Aug, 1998 13 commits
  5. 01 Aug, 1998 7 commits
  6. 31 Jul, 1998 6 commits
    • If -Os use load/store multiple instructions · ef792183
      From-SVN: r21511
      Michael Meissner committed
    • netbsd.h: Fix typo. · 02c452af
      �
              * ns32k/netbsd.h: Fix typo.
      
      From-SVN: r21507
      Jeff Law committed
    • netbsd.h: Fix typo. · b2d3117c
      �
              * ns32k/netbsd.h: Fix typo.
      
      From-SVN: r21506
      Jeff Law committed
    • cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro. · 39c01e4c
      1998-07-31  Mark Mitchell  <mark@markmitchell.com>
      	* cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
      	(maybe_check_template_type): New function.
      	* decl.c (maybe_process_template_type_declaration): New function,
      	split out from pushtag  Call maybe_check_template_type.
      	(pushtag): Use it.  Use PROCESSING_REAL_TEMPLATE_DECL_P.
      	(xref_tag): Use PROCESSING_REAL_TEMPLATE_DECL_P.
      	* friend.c (do_friend): Use PROCESSING_REAL_TEMPLATE_DECL_P.
      	* pt.c (template_class_depth_real): Generalization of ...
      	(template_class_depth): Use it.
      	(register_specialization): Use duplicate_decls for duplicate
      	declarations of specializations.
      	(maybe_check_template_type): New function.
      	(push_template_decl_real): Fix comment.
      	(convert_nontype_argument): Likewise.
      	(lookup_template_class): Likewise.  Avoid an infinite loop on
      	erroneous code.
      	(tsubst_friend_function): Fix comment.
      	(tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
      	an IDENTIFIER_NODE.
      	* semantics.c (begin_function_definition): Use
      	reset_specialization to note that template headers don't apply
      	directly to declarations after the opening curly for a function.
      
      From-SVN: r21505
      Mark Mitchell committed
    • m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number labels with .debugsym… · 5f97de0a
      m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number labels with .debugsym if no parallel insns.
      
      	* m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number
      	labels with .debugsym if no parallel insns.
      
      From-SVN: r21504
      Doug Evans committed
    • Daily bump. · 0a5d08b8
      From-SVN: r21502
      Jeff Law committed
  7. 30 Jul, 1998 1 commit