| commit | c3f9fd08a55f21dd8aa9fd95c7df4a4bb4cffb6b | [log] [tgz] |
|---|---|---|
| author | Michael Kruse <[email protected]> | Tue Sep 30 12:57:40 2025 |
| committer | GitHub <[email protected]> | Tue Sep 30 12:57:40 2025 |
| tree | ecc3dcafe43a25ff20a0a96b69d66d8412421400 | |
| parent | 046076f279c775db78938fda2135e24bbddcd1df [diff] |
[Fortran/gfortran] Disable canonical-loop-1.f90 (#286) Since https://github.com/llvm/llvm-project/pull/160283, Flang checks for non-rectangular loop nests and fails with an error since they are not supported. Hence, disable the tests that contain non-rectangular loop nests.