PR c++/22508
* init.c (build_new_1): Remove misleading comment.
From-SVN: r105667
+2005-10-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c++/22508
+ * init.c (build_new_1): Remove misleading comment.
+
2005-10-12 Paolo Bonzini <bonzini@gnu.org>
PR c++/24052
fns = lookup_fnfields (true_type, fnname, /*protect=*/2);
if (!fns)
{
- /* See PR 15967. This should never happen (and it is
- fixed correctly in mainline), but on the release branch
- we prefer this less-intrusive approacch. */
error ("no suitable or ambiguous `%D' found in class `%T'",
fnname, true_type);
return error_mark_node;