Skip to content

Commit 299a0b3

Browse files
authored
[flang] enable iolength_1 on AIX (#268)
1 parent 42dab80 commit 299a0b3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Fortran/gfortran/torture/execute/override.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@
2323
"intrinsic_set_exponent.f90":
2424
disabled_on: ["powerpc-*-aix"]
2525

26-
# zero-sized array crash (https://github.com/llvm/llvm-project/issues/110913)
27-
"iolength_1.f90":
28-
disabled_on: ["powerpc-*-aix"]
29-
3026
# ------------------------ PERMANENTLY OVERRIDDEN TESTS ------------------------
3127

Fortran/gfortran/torture/execute/tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ run;intrinsic_trailz.f90;;;;
167167
run;intrinsic_transpose.f90;;;;
168168
run;intrinsic_trim.f90;;;;
169169
run;intrinsic_unpack.f90;;;;
170-
run;iolength_1.f90;;;;powerpc-.+-aix
170+
run;iolength_1.f90;;;;
171171
run;iolength_2.f90;;;;
172172
run;iolength_3.f90;;;;
173173
run;list_read_1.f90;;;;

0 commit comments

Comments
 (0)