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

--- Comment #9 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:fbd72a2108d1c05ef7f50acd71d518e769abcced

commit r14-3856-gfbd72a2108d1c05ef7f50acd71d518e769abcced
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Mon Sep 11 22:28:01 2023 +0100

    PR modula2/111330 Bootstrap failure building SeqFile.lo

    cc1gm2 issues a runtime case statement error and terminates
    when building SeqFile.lo on Fedora mock.  There are four
    missing labels from the largest case statement in M2SymInit.mod.
    This patch adds the case labels and appropriate actions.

    gcc/m2/ChangeLog:

            PR modula2/111330
            * gm2-compiler/M2SymInit.mod (CheckReadBeforeInitQuad): Add
            case labels LogicalDiffOp, DummyOp, OptParamOp and
            InitAddressOp.

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

Reply via email to