From 4ed46e3e9314aa51692d1a6bb0f929d573c67b62 Mon Sep 17 00:00:00 2001 From: Julian Morillo 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 \