1. 11 May, 1998 13 commits
    • new · a4d95b97
      From-SVN: r19672
      Jason Merrill committed
    • update documentation · 4c7d0dff
      From-SVN: r19671
      Mark Mitchell committed
    • * ptree.c (lang_print_xnode): Add missing `break'. · 08362e16
      From-SVN: r19670
      Mark Mitchell committed
    • New test · 2951e48e
      From-SVN: r19669
      Mark Mitchell committed
    • New test · d861dea1
      From-SVN: r19668
      Mark Mitchell committed
    • Oops, aclocal.m4 wasn't up-to-date for last commit. · dbf78386
      From-SVN: r19666
      Richard Henderson committed
    • alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'. · e83015a9
              * alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'.
              * alpha.c (print_operand): Handle it.
              * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and
              related define_splits.  Also add peepholes for SImode reload
              plus sign_extend lossage.
      
      From-SVN: r19664
      Richard Henderson committed
    • call.c (add_template_candidate): Adjust for changes to fn_type_unification. · 830bfa74
      	* call.c (add_template_candidate): Adjust for changes to
      	fn_type_unification.
      	(add_template_candidate_real): Likewise.
      	(add_template_conv_candidate): Likewise.
      	(build_user_type_conversion_1): Likewise.
      	(build_new_function_call): Likewise.
      	(build_object_call): Likewise.
      	(build_new_op): Likewise.
      	(build_new_method_call): Likewise.
      	* class.c (instantiate_type): Likewise.
      	* cp-tree.h (unification_kind_t): New type.
      	(fn_type_unification): Adjust prototype.
      	(type_unificaiton): Likewise.
      	* pt.c (UNIFY_ALLOW_NONE): New macro.
      	(UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
      	(UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
      	(UNIFY_ALLOW_DERIVED): Likewise.
      	(unify): Change prototype.
      	(maybe_adjust_types_for_deduction): New function.
      	(check_cv_quals_for_unify): Likewise.
      	(determine_specialization): Adjust.
      	(fn_type_unification): Likewise.
      	(type_unification): Likewise.
      	(type_unification_real): Likewise.  Use
      	maybe_adjust_types_for_deduction.  Fix mishandling of
      	back-unification of template functions passed as arguments.  Pass
      	appropriate combination of UNIFY_ALLOW_* to unify.
      	(unify): Remove unused NTPARMS parameter.  Use
      	check_cv_quals_for_unify.  Remove bogus code that allowed
      	too-generous unification in order to adhere more closely to standard.
      	(get_bindings_real): Adjust.
      	(get_class_bindings): Likewise.
      	* method.c (build_overload_identifier): Only use the innermost
      	template arguments when mangling.
      	* pt.c (tsubst_template_argument_vector): New function.
      	(complete_template_args): Deal with the situation where the
      	extra_args contain more than one level of arguments.
      	(lookup_template_class): Deal with member template classes, which
      	may have more than one level of arguments.
      	(tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
      	Improve handling of member template classes.  Use
      	DECL_PRIMARY_TEMPLATE instead of inline expansion.  Use
      	tsubst_template_argument_vector where appropriate.
      	(regenerate_decl_from_template): Break out from ...
      	(instantiate_decl): Here.
      
      From-SVN: r19663
      Mark Mitchell committed
    • lex.c (yyprint): Remove TYPENAME_ELLIPSIS. · 89ad74a3
      Mon May 11 07:16:30 1998  Mark Mitchell  <mmitchell@usa.net>
      	* lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
      	* parse.h: Regenerated.
      	* parse.c: Really regenerated.
      
      From-SVN: r19662
      Mark Mitchell committed
    • genattr.c: Include stdarg.h/varargs.h. · 320e7c40
              * genattr.c: Include stdarg.h/varargs.h.  Change function
              `fatal' to use variable arguments instead of faking it with
              integer parameters.  Provide a prototype which also
              checks the format specifiers using ATTRIBUTE_PRINTF_1.
              * genattrtab.c: Likewise.
              * gencodes.c: Likewise.
              * genconfig.c: Likewise.
              * genemit.c: Likewise.
              * genextract.c: Likewise.
              * genflags.c: Likewise.
              * genopinit.c: Likewise.
              * genpeep.c: Likewise.
              * genrecog.c: Likewise.
              * genoutput.c: Likewise.  Similarly for function `error'.
      
      From-SVN: r19661
      Kaveh R. Ghazi committed
    • cp-tree.h (finish_unary_op_expr): New function. · ce4a0391
      	* cp-tree.h (finish_unary_op_expr): New function.
      	(finish_id_expr): Likewise.
      	(begin_new_placement): Likewise.
      	(finish_new_placement): Likewise.
      	(finish_declarator): Likewise.
      	(finish_translation_unit): Likewise.
      	(finish_parmlist): Likewise.
      	(begin_class_definition): Likewise.
      	(finish_class_definition): Likewise.
      	(finish_default_args): Likewise.
      	(finish_inline_definitions): Likewise.
      	* parse.y (GCC_ASM_KEYWORD): Remove.
      	(TYPENAME_ELLIPSIS): Likewise.
      	* parse.c: Regenerated.
      	Use new functions in semantics.c in the actions for many rules.
      	* gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
      	* hash.h: Regenerated.
      	* semantics.c (finish_expr_stmt): Allow NULL expr.
      	(finish_unary_op_expr): New function, containing
      	code previously in parse.y.
      	(finish_id_expr): Likewise.
      	(begin_new_placement): Likewise.
      	(finish_new_placement): Likewise.
      	(finish_declarator): Likewise.
      	(finish_translation_unit): Likewise.
      	(finish_parmlist): Likewise.
      	(begin_class_definition): Likewise.
      	(finish_class_definition): Likewise.
      	(finish_default_args): Likewise.
      	(finish_inline_definitions): Likewise.
      
      From-SVN: r19660
      Mark Mitchell committed
  2. 10 May, 1998 5 commits
  3. 09 May, 1998 6 commits
  4. 08 May, 1998 13 commits
  5. 07 May, 1998 3 commits