+1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
+
+ * method.c (hack_identifier): Just return a member function.
+
1998-10-14 Jason Merrill <jason@yorick.cygnus.com>
* spew.c (yylex): Clear looking_for_typename if we got
TREE_USED (value) = 1;
value = build_component_ref (current_class_ref, name, NULL_TREE, 1);
}
+ else if (TREE_CODE (value) == FUNCTION_DECL
+ && DECL_FUNCTION_MEMBER_P (value))
+ /* This is a placeholder; don't mark it used. */
+ return value;
else if (really_overloaded_fn (value))
{
#if 0
case 409:
#line 1885 "parse.y"
{ /* Set things up as initdcl0_innards expects. */
- yyval.ttype = yyvsp[-1].ttype;
+ yyvsp[0].ttype = yyvsp[-1].ttype;
yyvsp[-1].ttype = NULL_TREE; ;
break;}
case 410: