Skip to content

Commit

Permalink
[Fortran/gfortran] Disable bounds-check tests for matmul tests. (#201)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vzakhari authored Jan 15, 2025
1 parent 8946a3f commit 1f917f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
@@ -1632,11 +1632,19 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
all_bounds_1.f90
cshift_bounds_3.f90
cshift_bounds_4.f90
inline_matmul_15.f90
matmul_5.f90
matmul_bounds_11.f90
matmul_bounds_13.f90
matmul_bounds_15.f
matmul_bounds_16.f
matmul_bounds_7.f90
matmul_bounds_9.f90
maxloc_bounds_1.f90
maxloc_bounds_2.f90
maxloc_bounds_4.f90
maxloc_bounds_8.f90
maxloc_bounds_7.f90
maxloc_bounds_8.f90
pack_bounds_1.f90
spread_bounds_1.f90

0 comments on commit 1f917f9

Please sign in to comment.