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/110126] Variables are reported as unused when only referenced by ASM statements
Date: Sat, 29 Jul 2023 16:25:23 +0000	[thread overview]
Message-ID: <bug-110126-4-SXzhUv2T9R@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-110126-4@http.gcc.gnu.org/bugzilla/>

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

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

https://gcc.gnu.org/g:3ad40f65a7c89af2f3cb71c06e327ee33a996bd4

commit r13-7644-g3ad40f65a7c89af2f3cb71c06e327ee33a996bd4
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Sat Jul 29 17:24:38 2023 +0100

    PR modula2/110126 variables are reported as unused when referenced by ASM

    This patches fixes two problems with the asm statement.
    gm2 -Wall -c fooasm3.mod generates an incorrect warning and
    gm2 cannot concatenate strings before an ASM statement.
    The asm statement now accepts a constant expression (rather than
    a string) and it updates the variable read/write use lists as
    appropriate.

    gcc/m2/ChangeLog:

            PR modula2/110126
            * gm2-compiler/M2GenGCC.mod (BuildTreeFromInterface): Remove
            tokenno parameter.  Use object tok instead of tokenno.
            (BuildTrashTreeFromInterface): Use object tok instead of
            GetDeclaredMod.
            (CodeInline): Remove tokenno from parameter list to
BuildTreeFromInterface.
            * gm2-compiler/M2Quads.def (BuildAsmElement): Exported and
            defined.
            * gm2-compiler/M2Quads.mod (BuildOptimizeOff): Reformatted.
            (BuildInline): Reformatted.
            (BuildLineNo): Reformatted.
            (UseLineNote): Reformatted.
            (BuildAsmElement): New procedure.
            * gm2-compiler/P0SyntaxCheck.bnf (AsmOperands): Use
            ConstExpression instead of string.
            (AsmElement): Use ConstExpression instead of string.
            (TrashList): Use ConstExpression instead of string.
            * gm2-compiler/P1Build.bnf (AsmOperands): Use
            ConstExpression instead of string.
            (AsmElement): Use ConstExpression instead of string.
            (TrashList): Use ConstExpression instead of string.
            * gm2-compiler/P2Build.bnf (AsmOperands): Use
            ConstExpression instead of string.
            (AsmElement): Use ConstExpression instead of string.
            (TrashList): Use ConstExpression instead of string.
            * gm2-compiler/P3Build.bnf (AsmOperands): Rewrite.
            (AsmOperandSpec): Rewrite.
            (AsmOutputList): New rule.
            (AsmInputList): New rule.
            (TrashList): Rewrite.
            * gm2-compiler/PCBuild.bnf (AsmOperands): Use
            ConstExpression instead of string.
            (AsmElement): Use ConstExpression instead of string.
            (TrashList): Use ConstExpression instead of string.
            * gm2-compiler/PHBuild.bnf (AsmOperands): Use
            ConstExpression instead of string.
            (AsmElement): Use ConstExpression instead of string.
            (TrashList): Use ConstExpression instead of string.
            * gm2-compiler/SymbolTable.def (PutRegInterface):
            Rewrite interface.
            (GetRegInterface): Rewrite interface.
            * gm2-compiler/SymbolTable.mod (SetFirstUsed): New procedure.
            (PutFirstUsed): New procedure.
            (PutRegInterface): Rewrite.
            (GetRegInterface): Rewrite.

    gcc/testsuite/ChangeLog:

            PR modula2/110126
            * gm2/pim/pass/fooasm3.mod: New test.

    (cherry picked from commit 990d10ab23360fef8b5eb6937ac10b4f67f46e2d)

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

  parent reply	other threads:[~2023-07-29 16:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 12:45 [Bug modula2/110126] New: " admin@tho-otto.de
2023-06-06 14:26 ` [Bug modula2/110126] " gaius at gcc dot gnu.org
2023-06-07  5:06 ` admin@tho-otto.de
2023-06-07 12:50 ` gaius at gcc dot gnu.org
2023-06-08 20:33 ` gaius at gcc dot gnu.org
2023-06-08 23:56 ` cvs-commit at gcc dot gnu.org
2023-06-08 23:56 ` gaius at gcc dot gnu.org
2023-06-09  6:21 ` admin@tho-otto.de
2023-06-09  7:19 ` admin@tho-otto.de
2023-06-12 12:26 ` gaius at gcc dot gnu.org
2023-06-12 13:35 ` admin@tho-otto.de
2023-06-12 14:26 ` cvs-commit at gcc dot gnu.org
2023-06-12 14:28 ` gaius at gcc dot gnu.org
2023-06-13 11:36 ` admin@tho-otto.de
2023-07-11 18:13 ` admin@tho-otto.de
2023-07-29 16:25 ` cvs-commit at gcc dot gnu.org [this message]
2023-07-29 20:04 ` cvs-commit at gcc dot gnu.org
2023-07-29 20:13 ` 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-110126-4-SXzhUv2T9R@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).