Skip to content

Commit cad933d

Browse files
[flang] Disable recursive_check_15.f90 (#267)
This test no longer applies to flang, because flang now allows the main program symbol not to be unique.
1 parent 2834619 commit cad933d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,10 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
10301030
# llvm-project#137369
10311031
volatile8.f90
10321032

1033+
# flang no longer errors out for cases when main program name conflicts with
1034+
# some other symbol.
1035+
recursive_check_15.f90
1036+
10331037
# Tests that exercise gfortran's ability to set -std=f95 and then see errors on newer features
10341038
abstract_type_1.f90
10351039
alloc_comp_constraint_7.f90

0 commit comments

Comments
 (0)