* tree-cfg.c (tree_verify_flow_info): Fix a typo.
From-SVN: r93995
This commit is contained in:
parent
9d953276e1
commit
cde682360d
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
* tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
|
||||
label is first in a sequence of labels.
|
||||
|
||||
* tree-cfg.c (tree_verify_flow_info): Fix a typo.
|
||||
|
||||
2005-01-20 Janis Johnson <janis187@us.ibm.com>
|
||||
Giovanni Bajo <giovannibajo@gcc.gnu.org>
|
||||
|
||||
|
|
|
@ -3610,7 +3610,7 @@ tree_verify_flow_info (void)
|
|||
if (prev_stmt && DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)))
|
||||
{
|
||||
error ("Nonlocal label %s is not first "
|
||||
"in a sequence of labels in bb %d"",
|
||||
"in a sequence of labels in bb %d",
|
||||
IDENTIFIER_POINTER (DECL_NAME (LABEL_EXPR_LABEL (stmt))),
|
||||
bb->index);
|
||||
err = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue