https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121208
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:c6d1f58da7eb72e8bac307d342e4655012b36a89 commit r16-2617-gc6d1f58da7eb72e8bac307d342e4655012b36a89 Author: H.J. Lu <hjl.to...@gmail.com> Date: Tue Jul 29 09:11:34 2025 -0700 x86: Pass -mno-80387 to compile pr121208-1(a|b).c Pass -mno-80387 to compile pr121208-1(a|b).c to silence .../pr121208-1a.c:11:1: sorry, unimplemented: 80387 instructions arenât allowed in a function with the âno_caller_saved_registersâ attribute PR target/121208 * gcc.target/i386/pr121208-1a.c (dg-options): Add -mno-80387. * gcc.target/i386/pr121208-1b.c (dg-options): Likewise. Signed-off-by: H.J. Lu <hjl.to...@gmail.com>