Skip to content

Commit c3f9fd0

Browse files
authored
[Fortran/gfortran] Disable canonical-loop-1.f90 (#286)
Since llvm/llvm-project#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.
1 parent 046076f commit c3f9fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Fortran/gfortran/regression/gomp/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
7979

8080
# unimplemented: clause ALLOCATE in TARGET construct
8181
allocate-clause.f90
82+
83+
# unimplemented: non-rectangular canonical loop nests
84+
canonical-loop-1.f90
8285
)
8386

8487
file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS

0 commit comments

Comments
 (0)