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

--- Comment #2 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:e474dbc00cf70e7939a67ea26182c1843288b0a1

commit r16-6543-ge474dbc00cf70e7939a67ea26182c1843288b0a1
Author: Rainer Orth <[email protected]>
Date:   Wed Jan 7 14:41:23 2026 +0100

    testsuite: Require vect_hw_misalign in gcc.dg/vect/vect-71.c [PR123197]

    The gcc.dg/vect/vect-71.c test currently FAILs on SPARC (32 and 64-bit):

    FAIL: gcc.dg/vect/vect-71.c scan-tree-dump-times vect "vectorized 1 loops"
1

    The dump shows

    gcc.dg/vect/vect-71.c:18:17: missed:   unsupported unaligned access
    gcc.dg/vect/vect-71.c:20:17: missed:   not vectorized: relevant stmt not
supported: ia[_1] = 0;

    so the test needs to require vect_hw_misalign.

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

    2026-01-05  Rainer Orth  <[email protected]>

            gcc/testsuite:
            PR tree-optimization/123197
            * gcc.dg/vect/vect-71.c: Require vect_hw_misalign.

Reply via email to