Skip to content

Commit da81c66

Browse files
authored
[flang] Disable submodule_3.f08 (#152)
The test Fortran/gfortran/regression/submodule_3.f08 is not expected to compile because it uses basic F'08 features while being compiled by gfortran under -std=f2003. Flang-new wasn't compiling it either, but that was because it had a bug (also in gfortran) dealing with the inheritance of implicit typing rules in procedure interfaces. That bug is (or shortly will be) fixed, and the test now compiles without error, an unexpected result. Disable the test.
1 parent 5e819e1 commit da81c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
11361136
pure_formal_2.f90
11371137
rank_2.f90
11381138
realloc_on_assign_20.f90
1139+
submodule_3.f08
11391140
type_decl_2.f90
11401141
typebound_proc_3.f03
11411142
typebound_proc_15.f03

0 commit comments

Comments
 (0)