[flang-commits] [flang] Mark the test as unsupported for RISC-V (PR #156909)

via flang-commits flang-commits at lists.llvm.org
Thu Sep 4 08:20:29 PDT 2025


https://github.com/julianmorillo created https://github.com/llvm/llvm-project/pull/156909

Mark the test as unsupported for RISC-V

>From 4ed46e3e9314aa51692d1a6bb0f929d573c67b62 Mon Sep 17 00:00:00 2001
From: Julian Morillo <julian.morillo at bsc.es>
Date: Thu, 4 Sep 2025 17:18:22 +0200
Subject: [PATCH] Mark the test as unsupported for RISC-V

---
 flang/test/Driver/fast-math.f90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flang/test/Driver/fast-math.f90 b/flang/test/Driver/fast-math.f90
index e677432bc04fa..2c088b8712cee 100644
--- a/flang/test/Driver/fast-math.f90
+++ b/flang/test/Driver/fast-math.f90
@@ -74,6 +74,7 @@
 ! Check that -ffast-math causes us to link to crtfastmath.o
 ! UNSUPPORTED: system-windows
 ! UNSUPPORTED: target=powerpc{{.*}}
+! UNSUPPORTED: target=riscv{{.*}}
 ! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
 ! RUN:           --target=x86_64-unknown-linux -no-pie \
 ! RUN:           --sysroot=%S/../../../clang/test/Driver/Inputs/basic_linux_tree \



More information about the flang-commits mailing list