[Bug testsuite/125871] [17 Regression] FAIL: gcc.dg/vect/vect-early-break_144-pr125804.c execution test
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 20 08:43:54 GMT 2026
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 <tnfchris@gcc.gnu.org>:
https://gcc.gnu.org/g:35e1e59d818b8a8274c889532b020be36d014449
commit r17-1715-g35e1e59d818b8a8274c889532b020be36d014449
Author: Tamar Christina <tamar.christina@arm.com>
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.
More information about the Gcc-bugs
mailing list