+2007-03-08 Martin Michlmayr <tbm@cyrius.com>
+
+ * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
+ spurious whitespace from error message.
+
2007-03-08 Volker Reichelt <reichelt@netcologne.de>
PR c++/30852
static inline void
fail_abnormal_edge_coalesce (int x, int y)
{
- fprintf (stderr, "\nUnable to coalesce ssa_names %d and %d ",x, y);
+ fprintf (stderr, "\nUnable to coalesce ssa_names %d and %d",x, y);
fprintf (stderr, " which are marked as MUST COALESCE.\n");
print_generic_expr (stderr, ssa_name (x), TDF_SLIM);
fprintf (stderr, " and ");