Skip to content

Commit dbfbae8

Browse files
authored
[Fortran/gfortran] Disable bounds-check tests for maxloc. (#235)
The tests will start failing at -O2 when I merge llvm/llvm-project#136071 The HLFIR inlining does not perform the bounds check.
1 parent 0bda000 commit dbfbae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
16451645
matmul_bounds_9.f90
16461646
maxloc_bounds_1.f90
16471647
maxloc_bounds_2.f90
1648+
maxloc_bounds_3.f90
16481649
maxloc_bounds_4.f90
1650+
maxloc_bounds_6.f90
16491651
maxloc_bounds_7.f90
16501652
maxloc_bounds_8.f90
16511653
pack_bounds_1.f90

0 commit comments

Comments
 (0)