public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8194] testsuite: enable pr86058.c also on i?86-*-* [PR100073]
@ 2021-04-15 12:09 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-04-15 12:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4d1fa72894e3fbc5f331d2e8984e990307396124

commit r11-8194-g4d1fa72894e3fbc5f331d2e8984e990307396124
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Apr 15 14:08:03 2021 +0200

    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-*-*.

Diff:
---
 gcc/testsuite/gcc.dg/pr86058.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/pr86058.c b/gcc/testsuite/gcc.dg/pr86058.c
index e39b7207b82..89628c9719c 100644
--- a/gcc/testsuite/gcc.dg/pr86058.c
+++ b/gcc/testsuite/gcc.dg/pr86058.c
@@ -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 *);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 12:09 [gcc r11-8194] testsuite: enable pr86058.c also on i?86-*-* [PR100073] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).