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 d54408c..1ecf322 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -3880,7 +3880,7 @@ tree_verify_flow_info (void) if (TREE_CODE (stmt) == LABEL_EXPR) { error ("Label %s in the middle of basic block %d\n", - IDENTIFIER_POINTER (DECL_NAME (stmt)), + IDENTIFIER_POINTER (DECL_NAME (LABEL_EXPR_LABEL (stmt))), bb->index); err = 1; } |