[flang-commits] [flang] Mark as UNSUPPORTED for RISC-V debug-complex-1.f90 test (as it fails) (PR #156902)
via flang-commits
flang-commits at lists.llvm.org
Thu Sep 4 08:00:35 PDT 2025
https://github.com/julianmorillo created https://github.com/llvm/llvm-project/pull/156902
Mark as UNSUPPORTED for RISC-V debug-complex-1.f90 test (as it fails on such architecture)
>From beab66add078a51c76ca379e7ea27cf4671aa8db Mon Sep 17 00:00:00 2001
From: Julian Morillo <julian.morillo at bsc.es>
Date: Thu, 4 Sep 2025 16:58:04 +0200
Subject: [PATCH] Mark as UNSUPPORTED for RISC-V debug-complex-1.f90 test (as
it fails)
---
flang/test/Integration/debug-complex-1.f90 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/flang/test/Integration/debug-complex-1.f90 b/flang/test/Integration/debug-complex-1.f90
index 1ec4b7fe33990..59fbab6607bf5 100644
--- a/flang/test/Integration/debug-complex-1.f90
+++ b/flang/test/Integration/debug-complex-1.f90
@@ -1,3 +1,5 @@
+! UNSUPPORTED: riscv
+
! REQUIRES: flang-supports-f128-math
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
More information about the flang-commits
mailing list