https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #6 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:9324e8bfc8747f73b5a6bc2758c21827dbe6fe51 commit r17-3444-g9324e8bfc8747f73b5a6bc2758c21827dbe6fe51 Author: H.J. Lu <[email protected]> Date: Thu Aug 20 05:59:04 2026 +0800 gcc.target/i386/abi-mix-1.c: Compile with -mno-avx Compile gcc.target/i386/abi-mix-1.c with -mno-avx to avoid: .../gcc.target/i386/abi-mix-1.c:16:1: sorry, unimplemented: AVX512 instructions aren't allowed in a function with the 'no_caller_saved_registers' attribute when AVX512 is enabled by default. PR testsuite/126923 * gcc.target/i386/abi-mix-1.c (dg-options): Add -mno-avx. Signed-off-by: H.J. Lu <[email protected]>
