https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105187
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:04ecadbeae51ac56f1a104b4858b6463b24dfaa2 commit r12-8058-g04ecadbeae51ac56f1a104b4858b6463b24dfaa2 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Apr 8 09:51:02 2022 +0200 testsuite: Fix up 20050113-1.c test for i686-linux [PR105187] The test FAILs on i686-linux if neither MMX isn't enabled, can be also reproduced with make check-gcc check-g++ RUNTESTFLAGS='--target_board=unix/-m32/-mno-mmx/-mno-sse dg-torture.exp=20050113-1.c' on x86_64-linux. Previously the test was in gcc.c-torture/compile/ where -w is added by default. 2022-04-08 Jakub Jelinek <ja...@redhat.com> PR c++/105187 * c-c++-common/torture/20050113-1.c: Add dg-additional-options -Wno-psabi.