https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65211
--- Comment #7 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:1b45ae16fffc856b5d84aeea12040dd82452cd07 commit r12-8262-g1b45ae16fffc856b5d84aeea12040dd82452cd07 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Apr 26 09:52:22 2022 +0200 testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211] This test fails on i686-linux: Excess errors: .../gcc/testsuite/g++.target/i386/vec-tmpl1.C:13:27: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 2022-04-26 Jakub Jelinek <ja...@redhat.com> PR c++/65211 * g++.target/i386/vec-tmpl1.C: Add -Wno-psabi as dg-additional-options.