public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-9839] Fix gnat.dg spurious failures on PowerPC64 LE
@ 2021-05-20 15:25 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2021-05-20 15:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a4b3683e3cb00459eb74d1a37be8936abd529865

commit r10-9839-ga4b3683e3cb00459eb74d1a37be8936abd529865
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu May 20 17:12:11 2021 +0200

    Fix gnat.dg spurious failures on PowerPC64 LE
    
    gcc/testsuite
            PR testsuite/96488
            * gnat.dg/unchecked_convert5.adb: Do not run on PowerPC64 LE.
            * gnat.dg/unchecked_convert6.adb: Likewise.

Diff:
---
 gcc/testsuite/gnat.dg/unchecked_convert5.adb | 2 +-
 gcc/testsuite/gnat.dg/unchecked_convert6.adb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/unchecked_convert5.adb b/gcc/testsuite/gnat.dg/unchecked_convert5.adb
index e3e4312d731..9c24d669063 100644
--- a/gcc/testsuite/gnat.dg/unchecked_convert5.adb
+++ b/gcc/testsuite/gnat.dg/unchecked_convert5.adb
@@ -1,4 +1,4 @@
--- { dg-do run { target hppa*-*-* sparc*-*-* powerpc*-*-* } }
+-- { dg-do run { target hppa*-*-* sparc*-*-* powerpc-*-* powerpc64-*-* } }
 
 with Unchecked_Conversion;
 
diff --git a/gcc/testsuite/gnat.dg/unchecked_convert6.adb b/gcc/testsuite/gnat.dg/unchecked_convert6.adb
index a26a6a9b762..ce8cc10b93b 100644
--- a/gcc/testsuite/gnat.dg/unchecked_convert6.adb
+++ b/gcc/testsuite/gnat.dg/unchecked_convert6.adb
@@ -1,4 +1,4 @@
--- { dg-do run { target hppa*-*-* sparc*-*-* powerpc*-*-* } }
+-- { dg-do run { target hppa*-*-* sparc*-*-* powerpc-*-* powerpc64-*-* } }
 
 with Unchecked_Conversion;


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

only message in thread, other threads:[~2021-05-20 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 15:25 [gcc r10-9839] Fix gnat.dg spurious failures on PowerPC64 LE Eric Botcazou

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