1. 09 Aug, 1998 3 commits
  2. 08 Aug, 1998 4 commits
  3. 07 Aug, 1998 3 commits
    • typeck.c (require_complete_type): Use complete_type_or_else. · ae58fa02
      	* typeck.c (require_complete_type): Use complete_type_or_else.
      	(complete_type_or_else): Always return NULL_TREE on failure, as
      	documented.
      	* pt.c (tsubst_aggr_type): Prototype.
      	(tsubst_decl): New function, split out from tsubst.  Set
      	input_filename and lineno as appropriate.
      	(pop_tinst_level): Restore the file and line number saved in
      	push_tinst_level.
      	(instantiate_class_template): Set input_filename and lineno as
      	appropriate.
      	(tsubst): Move _DECL processing to tsubst_decl.  Make sure the
      	context for a TYPENAME_TYPE is complete.
      	* decl2.c (grokbitfield): Issue errors on bitfields declared with
      	function type.
      	(do_dtors): As in do_ctors, pretend to be a member of the same
      	class as a static data member while generating a call to its
      	destructor.
      
      From-SVN: r21627
      Mark Mitchell committed
    • cvt.c (cp_convert_to_pointer): Handle NULL pointer conversions, even in complex… · 52363387
      cvt.c (cp_convert_to_pointer): Handle NULL pointer conversions, even in complex virtual base class hierarchies.
      
      	* cvt.c (cp_convert_to_pointer): Handle NULL pointer
      	conversions, even in complex virtual base class hierarchies.
      
      From-SVN: r21626
      Mark Mitchell committed
    • Daily bump. · bd106708
      From-SVN: r21623
      Jeff Law committed
  4. 06 Aug, 1998 3 commits
    • cp-tree.h (ENUM_TEMPLATE_INFO): New macro. · ed44da02
      	* cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
      	(TYPE_TEMPLATE_INFO): Likewise.
      	(SET_TYPE_TEMPLATE_INFO): Likewise.
      	(ENUM_TI_TEMPLATE): Likewise.
      	(ENUM_TI_ARGS): Likewise.
      	(lookup_nested_type_by_name): Remove.
      	* decl.c (maybe_process_template_type_declaration): Handle enums.
      	(start_enum): Don't check for primary-template enum declarations
      	here.
      	(finish_enum): Clean up, document.  Make sure template enum
      	constants get the correct type.
      	(build_enumerator): Copy initializers for template enumerations,
      	too.
      	(grok_enum_decls): Document.
      	* lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
      	better.  Build LOOKUP_EXPRs for local variables, even if they are
      	TREE_PERMANENT.
      	* pt.c (tsubst_enum): Remove field_chain parameter.
      	(template_class_depth): Include the depth of surrounding function
      	contexts.
      	(push_template_decl): Check for primary-template enum declarations
      	here.  Deal with enumeration templates.
      	(lookup_template_class): Likewise.
      	(for_each_template_parm): Likewise.
      	(instantiate_class_template): Don't call tsubst_enum directly,
      	call tsubst instead, to instantiate enums.  Deal with all
      	field_chain issues here, not in tsubst_enum.
      	(lookup_nested_type_by_name): Remove.
      	(tsubst_aggr_type): Revise handling of enumeration types.
      	(tsubst): Likewise.
      	(tsubst_copy): Likewise.
      	(tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.
      
      From-SVN: r21622
      Mark Mitchell committed
    • New test · a8b0896f
      From-SVN: r21621
      Mark Mitchell committed
    • Daily bump. · debed82c
      From-SVN: r21619
      Jeff Law committed
  5. 05 Aug, 1998 6 commits
  6. 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
  7. 03 Aug, 1998 5 commits
  8. 02 Aug, 1998 13 commits