Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information