* tree-cfg.c (tree_verify_flow_info): Fix a typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 20 Jan 2005 23:42:38 +0000 (23:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 20 Jan 2005 23:42:38 +0000 (23:42 +0000)
From-SVN: r93995

gcc/ChangeLog
gcc/tree-cfg.c

index be4bfddfb3f6795f0d9486195ed7eba97d6ae0a9..19eda0fa69d5dc499d8c2cf2992c6a6c137d4e14 100644 (file)
@@ -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>
 
index e7abf97de48ecfc81121af88903563bf49f9d27f..30d276d4f1127a77869966f9294825c187c6de7b 100644 (file)
@@ -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;