https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124112
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Torbjorn Svensson <[email protected]>: https://gcc.gnu.org/g:7aa3a196148f8b35619f38020164d15e1eace7fb commit r17-2643-g7aa3a196148f8b35619f38020164d15e1eace7fb 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]>
