https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126933
--- Comment #10 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:e78f1c99da18c5b15d20dcb2b0e28659634292fb commit r17-3626-ge78f1c99da18c5b15d20dcb2b0e28659634292fb Author: H.J. Lu <[email protected]> Date: Tue Aug 25 04:46:07 2026 +0800 x86: Improve truncsfbf tests Move truncsfbf check into truncsfbf-check.h and remove duplicated codes in truncsfbf-2.c, runcsfbf-5.c and truncsfbf-6.c. PR target/126933 * gcc.target/i386/truncsfbf-2.c: Require sse2_runtime. Include "truncsfbf-check.h". * gcc.target/i386/truncsfbf-5.c (dg-options): Add -save-temps. (CHECK_CPU_SUPPORTS): New. (ATTRIBUTE): Likewise. Include "truncsfbf-check.h". Scan "\t{vex} vcvtneps2bf16". * gcc.target/i386/truncsfbf-6.c (dg-options): Add -save-temps. Include "truncsfbf-check.h". (CHECK_CPU_SUPPORTS): New. (ATTRIBUTE): Likewise. Scan "\tvcvtneps2bf16". * gcc.target/i386/truncsfbf-check.h: New file. Signed-off-by: H.J. Lu <[email protected]>
