public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug modula2/109879] ReadCard and ReadInt from WholeIO have problems with leading space
Date: Tue, 16 May 2023 23:19:24 +0000	[thread overview]
Message-ID: <bug-109879-4-bfk55GE6Kz@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109879-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109879

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Gaius Mulley <gaius@gcc.gnu.org>:

https://gcc.gnu.org/g:509eef9314b24eff20a5dbdd92f6ab52e2c0c786

commit r14-920-g509eef9314b24eff20a5dbdd92f6ab52e2c0c786
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed May 17 00:18:56 2023 +0100

    PR modula2/109879 WholeIO.ReadCard and ReadInt should consume leading space

    The Read{TYPE} procedures in LongIO, LongWholeIO, RealIO, ShortWholeIO and
    WholeIO all require skip space functionality.  A new module TextUtil
    is supplied with this functionality and the previous modules have been
    changed to call SkipSpaces.

    gcc/m2/ChangeLog:

            PR modula2/109879
            * gm2-libs-iso/LongIO.mod (ReadReal): Call SkipSpaces.
            * gm2-libs-iso/LongWholeIO.mod (ReadInt): Call SkipSpaces.
            (ReadCard): Call SkipSpaces.
            * gm2-libs-iso/RealIO.mod (ReadReal): Call SkipSpaces.
            * gm2-libs-iso/ShortWholeIO.mod: (ReadInt): Call SkipSpaces.
            (ReadCard): Call SkipSpaces.
            * gm2-libs-iso/TextIO.mod: Import SkipSpaces.
            * gm2-libs-iso/WholeIO.mod (ReadInt): Call SkipSpaces.
            (ReadCard): Call SkipSpaces.
            * gm2-libs-iso/TextUtil.def: New file.
            * gm2-libs-iso/TextUtil.mod: New file.

    libgm2/ChangeLog:

            PR modula2/109879
            * Makefile.in: Regenerate.
            * aclocal.m4: Regenerate.
            * libm2cor/Makefile.in: Regenerate.
            * libm2iso/Makefile.am (M2DEFS): Add TextUtil.def.
            (M2MODS): Add TextUtil.mod.
            * libm2iso/Makefile.in: Regenerate.
            * libm2log/Makefile.in: Regenerate.
            * libm2min/Makefile.in: Regenerate.
            * libm2pim/Makefile.in: Regenerate.

    gcc/testsuite/ChangeLog:

            PR modula2/109879
            * gm2/isolib/run/pass/testreadint.mod: New test.

    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

  parent reply	other threads:[~2023-05-16 23:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16 21:41 [Bug modula2/109879] New: " gaius at gcc dot gnu.org
2023-05-16 21:46 ` [Bug modula2/109879] " gaius at gcc dot gnu.org
2023-05-16 21:47 ` gaius at gcc dot gnu.org
2023-05-16 23:19 ` cvs-commit at gcc dot gnu.org [this message]
2023-05-16 23:22 ` gaius at gcc dot gnu.org
2023-07-28 23:28 ` cvs-commit at gcc dot gnu.org

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=bug-109879-4-bfk55GE6Kz@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).