public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8996] Skip gnat.dg/div_zero.adb on RISC-V
@ 2024-02-15  9:29 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2024-02-15  9:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:98e931de9adce41fba0e7f187e31ac1dfcbb8a00

commit r14-8996-g98e931de9adce41fba0e7f187e31ac1dfcbb8a00
Author: Andreas Schwab <schwab@suse.de>
Date:   Sat Dec 16 23:14:10 2023 +0100

    Skip gnat.dg/div_zero.adb on RISC-V
    
    Like AArch64 and POWER, RISC-V does not support trap on zero divide.
    
    gcc/testsuite/
            * gnat.dg/div_zero.adb: Skip on RISC-V.

Diff:
---
 gcc/testsuite/gnat.dg/div_zero.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gnat.dg/div_zero.adb b/gcc/testsuite/gnat.dg/div_zero.adb
index dedf3928db71..fb1c98caeffd 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" { aarch64*-*-* powerpc*-*-* } }
+-- { dg-skip-if "divide does not trap" { aarch64*-*-* powerpc*-*-* riscv*-*-* } }
 
 -- 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:[~2024-02-15  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15  9:29 [gcc r14-8996] Skip gnat.dg/div_zero.adb on RISC-V Andreas Schwab

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