https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98807
--- Comment #6 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:eb77a934eec8fe52e4c5612f5264127290bc517d commit r11-6905-geb77a934eec8fe52e4c5612f5264127290bc517d Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Jan 26 09:33:04 2021 +0100 testsuite: Fix up pr98807.c on i686-linux [PR98807] The new testcase FAILs on i686-linux with: gcc/testsuite/gcc.dg/pr98807.c: In function 'foo0': gcc/testsuite/gcc.dg/pr98807.c:20:1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] gcc/testsuite/gcc.dg/pr98807.c:19:1: note: the ABI for passing parameters with 16-byte alignment has changed in GCC 4.6 gcc/testsuite/gcc.dg/pr98807.c:19:1: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] FAIL: gcc.dg/pr98807.c (test for excess errors) Adding usual testcase treatment for such cases. 2021-01-26 Jakub Jelinek <ja...@redhat.com> PR middle-end/98807 * gcc.dg/pr98807.c: Add -Wno-psabi -w to dg-options.