public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH Fortran committed] PR 84354 - Replace '%qs' with %qs in fortran/decl.c
@ 2018-02-16 18:05 Dominique d'Humières
  0 siblings, 0 replies; only message in thread
From: Dominique d'Humières @ 2018-02-16 18:05 UTC (permalink / raw)
  To: gfortran; +Cc: gcc-patches

Patch committed as obvious at revision r257750.

Dominique

--- trunk/gcc/fortran/decl.c	2018/02/16 17:42:08	257749
+++ trunk/gcc/fortran/decl.c	2018/02/16 18:01:02	257750
@@ -3302,7 +3302,7 @@
 		kind_expr = gfc_copy_expr (c1->initializer);
 	      else if (!(actual_param && param->attr.pdt_len))
 		{
-		  gfc_error ("The derived parameter '%qs' at %C does not "
+		  gfc_error ("The derived parameter %qs at %C does not "
 			     "have a default value", param->name);
 		  goto error_return;
 		}
@@ -3362,14 +3362,14 @@
 	  && (actual_param->spec_type == SPEC_ASSUMED
 	      || actual_param->spec_type == SPEC_DEFERRED))
 	{
-	  gfc_error ("The KIND parameter '%qs' at %C cannot either be "
+	  gfc_error ("The KIND parameter %qs at %C cannot either be "
 		     "ASSUMED or DEFERRED", param->name);
 	  goto error_return;
 	}
 
       if (!kind_expr || !gfc_is_constant_expr (kind_expr))
 	{
-	  gfc_error ("The value for the KIND parameter '%qs' at %C does not "
+	  gfc_error ("The value for the KIND parameter %qs at %C does not "
 		     "reduce to a constant expression", param->name);
 	  goto error_return;
 	}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-16 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-16 18:05 [PATCH Fortran committed] PR 84354 - Replace '%qs' with %qs in fortran/decl.c Dominique d'Humières

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).