File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
! RUN: %python %S/test_folding.py %s %flang_fc1
2
2
! Tests folding of NEAREST() and its relatives
3
- ! Currently failing on ppc64le, disabling there for now
4
- ! XFAIL: target-powerpc64le-linux
5
3
module m1
6
4
real , parameter :: minSubnormal = 1.e-45
7
5
logical , parameter :: test_1 = nearest (0 ., 1 .) == minSubnormal
@@ -94,6 +92,8 @@ module m3
94
92
logical , parameter :: test_14 = .not. (x14 == x14)
95
93
end module
96
94
95
+ #if 0
96
+ ! Currently failing on ppc64le and aarch64, debugging...
97
97
module m4
98
98
use ieee_arithmetic
99
99
real(8), parameter :: neg_inf_8 = real(z'fff0000000000000',8)
@@ -108,3 +108,4 @@ module m4
108
108
logical, parameter :: test_3 = ieee_next_after(neg_one_10, neg_inf_10) == &
109
109
real(z'bfff8000000000000001', 10)
110
110
end module
111
+ #endif
You can’t perform that action at this time.
0 commit comments