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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-16 branch has been updated by Torbjorn Svensson
<[email protected]>:

https://gcc.gnu.org/g:47635b3cbf0fc55dde4672b2e267c313fba486ae

commit r16-9370-g47635b3cbf0fc55dde4672b2e267c313fba486ae
Author: Torbjörn SVENSSON <[email protected]>
Date:   Mon Jul 20 21:31:59 2026 +0200

    testsuite: prevent packing enum in vect-early-break_65.c [PR124112]

    GCC might be compiled with -fshort-enum enabled by default.
    For those targets, it is important that the enum type is not packed into
    something smaller than int, or vectorization will not match.

    gcc/testsuite/ChangeLog:

            PR testsuite/124112
            * gcc.dg/vect/vect-early-break_65.c: Prevent packing enum to a
            smaller object.

    Signed-off-by: Torbjörn SVENSSON <[email protected]>
    (cherry picked from commit 7aa3a196148f8b35619f38020164d15e1eace7fb)

Reply via email to