testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686 [PR113983]

The testcase fails on i686-linux with
.../gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c:11:1: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
Added -Wno-psabi to silence the warning.

2024-02-20  Jakub Jelinek  <jakub@redhat.com>

	PR analyzer/113983
	* gcc.dg/analyzer/torture/vector-extract-1.c: Add -Wno-psabi as
	dg-additional-options.
This commit is contained in:
Jakub Jelinek 2024-02-20 10:31:46 +01:00
parent 5a9a9bd415
commit ecfcc362b7

View file

@ -1,4 +1,5 @@
/* PR analyzer/113983 */
/* { dg-additional-options "-Wno-psabi" } */
/* maybe_undo_optimize_bit_field_compare used to ICE on this
because it was not checking for only integer types. */