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/114807] badpointer3.mod causes an ICE
Date: Mon, 22 Apr 2024 17:20:24 +0000	[thread overview]
Message-ID: <bug-114807-4-6Kocdewr0X@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114807-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from GCC 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:b0469e35dbcc9a93a2cb50e3c0445edc3db174be

commit r14-10077-gb0469e35dbcc9a93a2cb50e3c0445edc3db174be
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Apr 22 18:19:32 2024 +0100

    PR modula2/114807 badpointer3.mod causes an ICE

    This patch fixes an ICE caused when a constant string
    is built and attempted to be passed into a procedure with
    an opaque type.

    gcc/m2/ChangeLog:

            PR modula2/114807
            * gm2-compiler/M2Check.mod (checkUnbounded): Remove unused
            local variables.
            (constCheckMeta): Include check for IsReallyPointer in the
            failure case.
            * gm2-compiler/M2Quads.mod (MoveWithMode): Remove CopyConstString.
            * gm2-compiler/SymbolTable.def (IsHiddenReallyPointer): Export.
            * gm2-compiler/SymbolTable.mod (SkipHiddenType): Remove.
            (IsReallyPointer): Include IsHiddenReallyPointer test.

    gcc/testsuite/ChangeLog:

            PR modula2/114807
            * gm2/pim/fail/badproctype.mod: Change MYSHORTREAL
            to SHORTREAL.
            * gm2/pim/fail/badprocbool.mod: New test.
            * gm2/pim/fail/badproccard.mod: New test.
            * gm2/pim/fail/badprocint.mod: New test.
            * gm2/pim/fail/badprocint2.mod: New test.
            * gm2/pim/pass/goodproccard2.mod: New test.
            * gm2/pim/pass/goodprocint.mod: New test.
            * gm2/pim/pass/goodprocint3.mod: New test.
            * gm2/pim/run/pass/genconststr.mod: New test.

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

  parent reply	other threads:[~2024-04-22 17:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22 16:27 [Bug modula2/114807] New: " gaius at gcc dot gnu.org
2024-04-22 16:28 ` [Bug modula2/114807] " gaius at gcc dot gnu.org
2024-04-22 16:31 ` gaius at gcc dot gnu.org
2024-04-22 17:20 ` cvs-commit at gcc dot gnu.org [this message]
2024-04-22 17:49 ` gaius 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-114807-4-6Kocdewr0X@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).