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

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

https://gcc.gnu.org/g:9a75f0a02e5006e081b335acd36300a85bef8eb8

commit r13-6987-g9a75f0a02e5006e081b335acd36300a85bef8eb8
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Mon Apr 3 15:04:06 2023 +0100

    PR modula2/109388 clang warnings related to Modula-2

    This patch removes an unused parameter 'module' from
    DoVariableDeclaration in M2GCCDeclare.mod.  It also removes unused
    procedures from PHBuild.bnf.

    gcc/m2/ChangeLog:

            PR modula2/109388
            * gm2-compiler/M2GCCDeclare.mod (DoVariableDeclaration):
            Remove second parameter module.  Adjust all callers to
            remove the second parameter.
            * gm2-compiler/PHBuild.bnf (CheckAndInsert): Remove.
            (InStopSet): Remove.
            (PeepToken): Remove.
            (PushQualident): Remove.
            (SimpleDes): Remove.
            (ActualParameters): Remove.

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

Reply via email to