This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-cfg.c: Fix a typo.


Hi,

Committed as obvious.  Sorry for the breakage.

Kazu Hirata

2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-cfg.c (tree_verify_flow_info): Fix a typo.

Index: tree-cfg.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-cfg.c,v
retrieving revision 2.142
diff -u -d -p -r2.142 tree-cfg.c
--- tree-cfg.c	20 Jan 2005 22:39:41 -0000	2.142
+++ tree-cfg.c	20 Jan 2005 23:40:17 -0000
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]