[Bug testsuite/121752] [16 regression] g++.dg/tree-ssa/vector-compare-1.C fails on arm
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 12 04:02:31 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121752
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:
https://gcc.gnu.org/g:e63baf1db6888a5e245f3fdf90d4db39baef1dad
commit r16-6700-ge63baf1db6888a5e245f3fdf90d4db39baef1dad
Author: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
Date: Sun Jan 11 19:57:20 2026 -0800
testsuite: Disable vector-compare-1.C for arm targets [PR121752]
So arm is a bit special, non_strict_align is sometimes true but
it does not represent the true value of STRICT_ALIGN inside the compiler,
so this testcase fails. This disables the testcase for arm targets where
STRICT_ALIGN is always true even when there is unaligned loads.
Pushed as obvious after testing on x86_64 and arm-eabi (with -march=armv7)
to make
sure the testcase no longer run on arm.
PR testsuite/121752
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/vector-compare-1.C: Disable for arm targets.
Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
More information about the Gcc-bugs
mailing list