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

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

commit r15-9421-g9e0a98a47c98fd159a26de4433a3ed1d85afb8c3
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Mon Apr 14 10:13:40 2025 +0100

    PR modula2/119779 ASM examples no longer work

    This patch introduces four dejagnu tests matching four
    documentation examples.  Both asm examples are added and only built if
    the x86_64 target is available.  The other two are hello world using
    libc and StrIO.  The doc/gm2.texi asm examples are changed to
    use eax rather than rax.

    gcc/ChangeLog:

            PR modula2/119779
            * doc/gm2.texi (Interface to assembly language): Use eax
            rather than rax in both examples.

    gcc/testsuite/ChangeLog:

            PR modula2/119779
            * gm2.dg/doc/examples/pass/doc-examples-pass.exp: New test.
            * gm2.dg/doc/examples/pass/exampleadd.mod: New test.
            * gm2.dg/doc/examples/pass/exampleadd2.mod: New test.
            * gm2.dg/doc/examples/pass/hello.mod: New test.
            * gm2.dg/doc/examples/pass/hellopim.mod: New test.

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

Reply via email to