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

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

https://gcc.gnu.org/g:35e1e59d818b8a8274c889532b020be36d014449

commit r17-1715-g35e1e59d818b8a8274c889532b020be36d014449
Author: Tamar Christina <[email protected]>
Date:   Sat Jun 20 09:42:59 2026 +0100

    testsuite: fix UB in vect-early-break_144-pr125804.c [PR125871]

    The PR reports a failure on -m32 that I can't seem to
    reproduce on my x86_64 machine..

    However cvise (I gave the compiler as many flags I
    could think of to prevent this) did give me a
    reproducer that has some UB in it wrt to signed
    shifts on 32-bit systems.

    So this fixed the UBs and hopefully that fixes
    the reported failure.

    gcc/testsuite/ChangeLog:

            PR testsuite/125871
            * gcc.dg/vect/vect-early-break_144-pr125804.c: New test.

Reply via email to