public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, FORTRAN, committed] typo in error message in gfc_match_type_is
@ 2017-10-25 19:11 Bernhard Reutner-Fischer
  0 siblings, 0 replies; only message in thread
From: Bernhard Reutner-Fischer @ 2017-10-25 19:11 UTC (permalink / raw)
  To: Fortran List; +Cc: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 47 bytes --]

Hi!

Committed as obvious as r254082.

thanks,

[-- Attachment #2: gfc_match_type_is-syntax-error-typo.patch --]
[-- Type: text/x-diff, Size: 773 bytes --]

Index: gcc/fortran/match.c
===================================================================
--- gcc/fortran/match.c	(revision 254081)
+++ gcc/fortran/match.c	(working copy)
@@ -6204,7 +6204,7 @@
   return MATCH_YES;
 
 syntax:
-  gfc_error ("Ssyntax error in TYPE IS specification at %C");
+  gfc_error ("Syntax error in TYPE IS specification at %C");
 
 cleanup:
   if (c != NULL)
Index: gcc/fortran/ChangeLog
===================================================================
--- gcc/fortran/ChangeLog	(revision 254081)
+++ gcc/fortran/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2017-10-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+	* match.c (gfc_match_type_is): Fix typo in error message.
+
 2017-10-21  Paul Thomas  <pault@gcc.gnu.org>
 
 	PR fortran/82586

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

only message in thread, other threads:[~2017-10-25 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 19:11 [PATCH, FORTRAN, committed] typo in error message in gfc_match_type_is Bernhard Reutner-Fischer

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).