From 69bc6bff15bc6d1d294a828693091d0265549130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Mon, 6 Jul 2009 09:09:47 +0000 Subject: decl.c: Replace %H by an explicit location. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-07-06 Manuel López-Ibáñez cp/ * decl.c: Replace %H by an explicit location. Update all calls. * except.c: Likewise. * semantics.c: Likewise. * parser.c: Likewise. From-SVN: r149277 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/decl.c') diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index dc2ef1e..6d15783 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -2490,7 +2490,7 @@ identify_goto (tree decl, const location_t *locus) else permerror (input_location, "jump to case label"); if (locus) - permerror (input_location, "%H from here", locus); + permerror (*locus, " from here"); } /* Check that a single previously seen jump to a newly defined label -- cgit v1.1