For the same reason as on PowerPC.

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


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

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

-- 
Eric Botcazou
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

Reply via email to