https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #28 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:287c53ac300cb752710b4f154456d646b50a60d1 commit r17-3573-g287c53ac300cb752710b4f154456d646b50a60d1 Author: H.J. Lu <[email protected]> Date: Thu Aug 20 08:49:19 2026 +0800 vect-cbranch-cond-any-128.c: Compile with -mtune=generic Compile gcc.target/i386/vect-cbranch-cond-any-128.c with -mtune=generic to avoid FAIL: gcc.target/i386/vect-cbranch-cond-any-128.c check-function-bodies f_v2di caused by different code sequence from different default cost models. PR testsuite/126923 * gcc.target/i386/vect-cbranch-cond-any-128.c (dg-options): Add -mtune=generic. Signed-off-by: H.J. Lu <[email protected]>
