commit | b781b95207d9ba11f54cf3efbfab38e337c4c807 | [log] [tgz] |
---|---|---|
author | Michael Kruse <llvm-project@meinersbur.de> | Tue Sep 30 16:38:31 2025 +0200 |
committer | Michael Kruse <llvm-project@meinersbur.de> | Tue Sep 30 16:38:31 2025 +0200 |
tree | 44945a2f01b0db8569b04917128ee08094e99137 | |
parent | c3f9fd08a55f21dd8aa9fd95c7df4a4bb4cffb6b [diff] |
[Fortran/gfortran] Disable pr85313.f90 Same rationale as #286: Since https://github.com/llvm/llvm-project/pull/160283, Flang checks for non-rectangular loop nests and correctly emits error diagnostics for being unsupported. Hence, disable the tests that contain non-rectangular loop nests.