[flang-commits] [flang] [flang][test] Restrict Semantics/kinds04_q10.f90 to x86_64 (PR #103724)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Wed Aug 14 13:07:49 PDT 2024


https://github.com/luporl commented:

I wonder why this test seems to be failing only on SPARC, since there weren't complaints of it failing on other hosts. AArch64 hosts also don't support `REAL(10)`, but, at least on the machine that I used, the test on https://github.com/llvm/llvm-project/pull/102890 worked correctly when targeting `x86_64`. In that test case, however, AArch64 and other targets were already being skipped.

I'm OK with restricting this test to `x86_64` only, as long as an issue is opened to track this problem, of programs using `REAL(10)` failing to compile on some hosts, even when they are targeting `x86_64`. But it would be good to wait for other reviewers' comments on this.

https://github.com/llvm/llvm-project/pull/103724


More information about the flang-commits mailing list