Skip to content

Commit 0659d8c

Browse files
authored
[Fortran/gfortran] Disable failing test (#249)
This test should fail to compile with an "invalid character in name" error - or the equivalent in flang. However, it used to fail because the LINEAR clause was not implemented in the OpenMP DO construct. The clause is now supported. However, flang does not issue the expected compile-time error which causes the test to fail.
1 parent ce7b42e commit 0659d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fortran/gfortran/regression/gomp/DisabledFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
407407
#
408408
canonical-loop-2.f90
409409
crayptr2.f90
410+
linear-8.f90
410411
polymorphic-mapping-4.f90
411412
polymorphic-mapping-5.f90
412413
pr33439.f90

0 commit comments

Comments
 (0)