We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660de53 commit 1233df7Copy full SHA for 1233df7
flang/test/Evaluate/fold-nearest.f90
@@ -1,5 +1,7 @@
1
! RUN: %python %S/test_folding.py %s %flang_fc1
2
! Tests folding of NEAREST() and its relatives
3
+! Currently failing on ppc64le, disabling there for now
4
+! XFAIL: target-powerpc64le-linux
5
module m1
6
real, parameter :: minSubnormal = 1.e-45
7
logical, parameter :: test_1 = nearest(0., 1.) == minSubnormal
0 commit comments