https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111150
--- Comment #3 from GCC 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:3bbc8ea2e38d194fb5f2f52ab3f75301d4f84f06 commit r15-2113-g3bbc8ea2e38d194fb5f2f52ab3f75301d4f84f06 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jul 17 23:47:17 2024 +0200 testsuite: Fix up pr111150* tests on i686-linux [PR111150] The tests FAIL on i686-linux due to unexpected -Wpsabi diagnostics. Fixed as usually by adding -Wno-psabi to dg-options. 2024-07-17 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/111150 * gcc.dg/tree-ssa/pr111150.c: Add -Wno-psabi to dg-options. * g++.dg/tree-ssa/pr111150.C: Likewise.