Skip to content

Commit 1f917f9

Browse files
authored
[Fortran/gfortran] Disable bounds-check tests for matmul tests. (#201)
The tests started failing at -O2 after llvm/llvm-project#122821 Flang inlines hlfir.matmul[_transpose] after the change, so the runtime is not called, and it does not make the bounds checks. Related feature request: https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733
1 parent 8946a3f commit 1f917f9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,11 +1632,19 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
16321632
all_bounds_1.f90
16331633
cshift_bounds_3.f90
16341634
cshift_bounds_4.f90
1635+
inline_matmul_15.f90
1636+
matmul_5.f90
1637+
matmul_bounds_11.f90
1638+
matmul_bounds_13.f90
1639+
matmul_bounds_15.f
1640+
matmul_bounds_16.f
1641+
matmul_bounds_7.f90
1642+
matmul_bounds_9.f90
16351643
maxloc_bounds_1.f90
16361644
maxloc_bounds_2.f90
16371645
maxloc_bounds_4.f90
1638-
maxloc_bounds_8.f90
16391646
maxloc_bounds_7.f90
1647+
maxloc_bounds_8.f90
16401648
pack_bounds_1.f90
16411649
spread_bounds_1.f90
16421650

0 commit comments

Comments
 (0)