Commit cc586d70 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* parse.y (patch_switch_statement): Fix format specifier.

From-SVN: r49084
parent 1b21d6a0
2002-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* parse.y (patch_switch_statement): Fix format specifier.
2002-01-16 Tom Tromey <tromey@redhat.com>
More for PR java/5365:
......
......@@ -15183,8 +15183,8 @@ patch_switch_statement (node)
= EXPR_WFL_LINECOL (TREE_PURPOSE (iter));
/* The case_label_list is in reverse order, so print the
outer label first. */
parse_error_context (wfl_operator, "duplicate case label: `%d'",
subval);
parse_error_context (wfl_operator, "duplicate case label: `"
HOST_WIDE_INT_PRINT_DEC "'", subval);
EXPR_WFL_LINECOL (wfl_operator)
= EXPR_WFL_LINECOL (TREE_PURPOSE (subiter));
parse_error_context (wfl_operator, "original label is here");
......
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