public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] M2Quads.mod format specifier fix.
Date: Mon, 11 Jul 2022 15:02:33 +0000 (GMT)	[thread overview]
Message-ID: <20220711150233.5980A3858D39@sourceware.org> (raw)

https://gcc.gnu.org/g:5916ce2dacd9db90fc583e2c216e667712bda8ad

commit 5916ce2dacd9db90fc583e2c216e667712bda8ad
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Mon Jul 11 15:23:20 2022 +0100

    M2Quads.mod format specifier fix.
    
    gcc/m2/ChangeLog:
    
            * gm2-compiler/M2Quads.mod (GetQualidentImport):
            Removed parenthesis to fix format specifier.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/gm2-compiler/M2Quads.mod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/m2/gm2-compiler/M2Quads.mod b/gcc/m2/gm2-compiler/M2Quads.mod
index be40d056b90..0c7ae8a7ce4 100644
--- a/gcc/m2/gm2-compiler/M2Quads.mod
+++ b/gcc/m2/gm2-compiler/M2Quads.mod
@@ -8013,14 +8013,14 @@ BEGIN
    IF ModSym=NulSym
    THEN
       MetaErrorNT2 (tokno,
-                    'module {%a} cannot be found and is needed to import {%a}', module, n) ;
+                    'module %a cannot be found and is needed to import %a', module, n) ;
       FlushErrors ;
       RETURN NulSym
    END ;
    Assert(IsDefImp(ModSym)) ;
    IF (GetExported (tokno, ModSym, n)=NulSym) OR IsUnknown (GetExported (tokno, ModSym, n))
    THEN
-      MetaErrorN2 ('module {%a} does not export procedure {%a} which is a necessary component of the runtime system, hint check the path and library/language variant',
+      MetaErrorN2 ('module %a does not export procedure %a which is a necessary component of the runtime system, hint check the path and library/language variant',
                    module, n) ;
       FlushErrors ;
       RETURN NulSym


                 reply	other threads:[~2022-07-11 15:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220711150233.5980A3858D39@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).