Commit 2fe96b0a by Volker Reichelt Committed by Volker Reichelt

* call.c (build_op_delete_call): Fix quoting in error message.

From-SVN: r100201
parent bdb82177
2005-05-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* call.c (build_op_delete_call): Fix quoting in error message.
2005-05-25 Richard Henderson <rth@redhat.com> 2005-05-25 Richard Henderson <rth@redhat.com>
PR libgcj/21692 PR libgcj/21692
......
...@@ -4035,7 +4035,7 @@ build_op_delete_call (enum tree_code code, tree addr, tree size, ...@@ -4035,7 +4035,7 @@ build_op_delete_call (enum tree_code code, tree addr, tree size,
if (placement) if (placement)
return NULL_TREE; return NULL_TREE;
error ("no suitable %<operator %s> for %qT", error ("no suitable %<operator %s%> for %qT",
operator_name_info[(int)code].name, type); operator_name_info[(int)code].name, type);
return error_mark_node; return error_mark_node;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment