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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <[email protected]>:

https://gcc.gnu.org/g:110a8007906f70db66cee5e8b7bbc6738f75b1f2

commit r16-8159-g110a8007906f70db66cee5e8b7bbc6738f75b1f2
Author: Rainer Orth <[email protected]>
Date:   Wed Mar 18 21:07:33 2026 +0100

    d: Remove gdc.test/runnable/dbitfieldsdm.d [PR124158]

    The gdc.test/runnable/dbitfieldsdm.d test FAILs on SPARC:

    FAIL: gdc.test/runnable/dbitfieldsdm.d   execution test

    As described in the PR, it dies with SIGBUS due to an unaligned access,
    which doesn't work on a strict-alignment CPU.

    However, the test has a comment

            Note that this test is for win32 only

    and should already be disabled on various systems:

            DISABLED: win32mscoff win64 linux freebsd osx

    The DISABLED annotation isn't handled by the gdc DejaGnu framework and
    there's no support for the usual dg-* annotations, so this patch removes
    the test.

    Tested on sparc-sun-solaris2.11 and i386-pc-solaris2.11.

    2026-03-13  Rainer Orth  <[email protected]>

            gcc/testsuite:
            PR d/124158
            * gdc.test/runnable/dbitfieldsdm.d: Remove.

Reply via email to