1. 28 Apr, 1998 5 commits
  2. 27 Apr, 1998 32 commits
  3. 26 Apr, 1998 3 commits
    • alpha.h (CONST_COSTS): Zero is always free. · 5d02ee66
      * alpha.h (CONST_COSTS): Zero is always free.
      (RTX_COSTS): Add EV6 costs.  Abort if alpha_cpu is unknown.
      
      From-SVN: r19420
      Richard Henderson committed
    • configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to work out of the... · fcce69a9
      * configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT
      tests to work out of the build directory.
      
      From-SVN: r19419
      Richard Henderson committed
    • cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro. · 6757edfe
      	* cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
      	(DECL_CLASS_TEMPLATE_P): Likewise.
      	(DECL_PRIMARY_TEMPLATE): Likewise.
      	(PRIMARY_TEMPLATE_P): Use it.
      	(push_template_decl_real): New function.
      	(redeclare_class_template): Take new template parameters as
      	input.
      	(is_specialization_of): New function.
      	(comp_template_args): Declare.
      	* decl.c (pushtag): Handle friend template classes.
      	(xref_tag): Likewise.  Use new calling convention for
      	redeclare_class_template.
      	* decl2.c (grok_x_components): Handle friend templates.
      	* friend.c (is_friend): Use is_specialization_of where
      	appropriate.  Deal with friend class templates.
      	(make_friend_class): Let a class template be friends with itself.
      	* pt.c (comp_template_args): Remove declaration.
      	(tsubst_friend_class): New function.
      	(push_template_decl_real): New function.
      	(push_template_decl): Use it.
      	(redeclare_class_template): Adjust for new calling convention.
      	(comp_template_args): Give it external linkage.
      	(instantiate_class_type): Use tsubst_friend_class to deal
      	with friend templates.
      	* typeck.c (comptypes): Use comp_template_args, rather than
      	expanding it inline.
      	* parse.y (component_decl): Handle a nested template type
      	like other component type declarations.
      
      From-SVN: r19418
      Mark Mitchell committed