]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip gnat.dg/div_zero.adb on Aarch64
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 23 Mar 2023 14:10:51 +0000 (15:10 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Thu, 23 Mar 2023 14:13:19 +0000 (15:13 +0100)
gcc/testsuite/
* gnat.dg/div_zero.adb: Skip for aarch64*-*-* targets.

gcc/testsuite/gnat.dg/div_zero.adb

index de88951389bd479c34b6092eb7a2ef00efba2cc3..dedf3928db710b1638fe03bd44018da9c7054e6c 100644 (file)
@@ -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