public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* (testsuite] Skip gnat.dg/div_zero.adb on Aarch64
@ 2023-03-23 14:14 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2023-03-23 14:14 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

For the same reason as on PowerPC.

Tested on Aarch64/Linux, applied on the mainline and 12 branch.


2023-03-23  Eric Botcazou  <ebotcazou@adacore.com>

	* gnat.dg/div_zero.adb: Skip for aarch64*-*-* targets.

-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-patch, Size: 532 bytes --]

diff --git a/gcc/testsuite/gnat.dg/div_zero.adb b/gcc/testsuite/gnat.dg/div_zero.adb
index de88951389b..dedf3928db7 100644
--- a/gcc/testsuite/gnat.dg/div_zero.adb
+++ b/gcc/testsuite/gnat.dg/div_zero.adb
@@ -1,5 +1,5 @@
 -- { dg-do run }
--- { dg-skip-if "divide does not trap" { powerpc*-*-* } }
+-- { dg-skip-if "divide does not trap" { aarch64*-*-* powerpc*-*-* } }
 
 -- This test requires architecture- and OS-specific support code for unwinding
 -- through signal frames (typically located in *-unwind.h) to pass.  Feel free

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

only message in thread, other threads:[~2023-03-23 14:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 14:14 (testsuite] Skip gnat.dg/div_zero.adb on Aarch64 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).