commit | dbfbae8f0e7d6bb5974df9b9ac262902538b8369 | [log] [tgz] |
---|---|---|
author | Slava Zakharin <szakharin@nvidia.com> | Thu Apr 17 18:20:03 2025 -0700 |
committer | GitHub <noreply@github.com> | Thu Apr 17 18:20:03 2025 -0700 |
tree | 4c952f0180cc1ce79d8e14d403f30032291977d7 | |
parent | 0bda000df1a3b053ffee2dcdd1eec9ce75bf8ede [diff] |
[Fortran/gfortran] Disable bounds-check tests for maxloc. (#235) The tests will start failing at -O2 when I merge https://github.com/llvm/llvm-project/pull/136071 The HLFIR inlining does not perform the bounds check.