diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index e7abf97..30d276d 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -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; |