https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118067
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:7026436fb67854c7c83f0672ed0271c34d6e3d50 commit r15-7033-g7026436fb67854c7c83f0672ed0271c34d6e3d50 Author: Uros Bizjak <ubiz...@gmail.com> Date: Sun Jan 19 20:23:20 2025 +0100 i386/testsuite: Fix gcc.target/i386/pr118067*.c tests These tests use int128 type, so require target int128 instead of ! ia32. Also, use -mtune= instead of deprecated -mcpu= to avoid compiler warning. PR rtl-optimization/118067 gcc/testsuite/ChangeLog: * gcc.target/i386/pr118067.c (dg-compile): Use target int128. * gcc.target/i386/pr118067-2.c (dg-compile): Ditto. (dg-options): Use -mtune= instead of deprecated -mcpu= option.