https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100943
--- Comment #2 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:ec2174c6957e97bd69c001a782cd52b98e6ba2fb commit r12-1279-gec2174c6957e97bd69c001a782cd52b98e6ba2fb Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Jun 8 10:06:13 2021 +0200 testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943] On x86 the test is using -mavx512f and so never reports the various -Wpsabi notes/warnings, but on other targets it can. 2021-06-08 Jakub Jelinek <ja...@redhat.com> PR target/100887 PR testsuite/100943 * gcc.dg/pr100887.c: Add -Wno-psabi -w to dg-options.