testsuite: enable pr86058.c also on i?86-*-* [PR100073]

The test also works with -m32 or -mx32 the same as it does for -m64,
therefore it should be enabled for i?86-*-* x86_64-*-* targets,
x86_64-*-* alone is never right.

2021-04-15  Jakub Jelinek  <jakub@redhat.com>

	PR testsuite/100073
	* gcc.dg/pr86058.c: Enable also on i?86-*-*.
This commit is contained in:
Jakub Jelinek 2021-04-15 14:08:03 +02:00
parent ddcf111d05
commit 4d1fa72894
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* PR middle-end/86058 - TARGET_MEM_REF causing incorrect message for
-Wmaybe-uninitialized warning
The test fails on a number of non-x86_64 targets due to pr100073.
{ dg-do compile { target x86_64-*-* } }
The test fails on a number of non-x86 targets due to pr100073.
{ dg-do compile { target i?86-*-* x86_64-*-* } }
{ dg-options "-O2 -Wuninitialized -Wmaybe-uninitialized" } */
extern void foo (int *);