1. 24 May, 2000 17 commits
  2. 23 May, 2000 20 commits
  3. 22 May, 2000 3 commits
    • cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp. · 421844e7
      	* cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
      	(DECL_CONV_FN_P): Simplify.
      	(DECL_OPERATOR): Remove.
      	(language_to_string): Declare.
      	* decl.c (duplicate_decls): Fix typo in comment.
      	(grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
      	(grok_op_properties): Use DECL_CONV_FN_P instead of
      	IDENTIFIER_TYPENAME_P.
      	* dump.c (dequeue_and_dump): Dump the language linkage of
      	declarations.
      	* error.c (language_to_string): Give it external linkage.
      	* method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
      	(implicitly_declare_fn): Set DECL_LANGUAGE.
      	* pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
      	IDENTIFIER_TYPENAME_P.
      	(tsubst_decl): Likewise.
      	(tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
      	* semantics.c (finish_member_declaration): Don't mark members of
      	classes declared in an extern "C" region as extern "C".
      
      From-SVN: r34095
      Mark Mitchell committed
    • jump.c (jump_optimize_1): Don't increment LABEL_NUSES on deleted labels. · 46972a36
      	* jump.c (jump_optimize_1): Don't increment LABEL_NUSES
      	on deleted labels.
      
      From-SVN: r34094
      Clinton Popetz committed
    • Fix whitespace in comment · d171a5fb
      From-SVN: r34093
      Richard Kenner committed