Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS

# Function call via a PROCEDURE()
proc_ptr_comp_46.f90

# Fortran 2018 changed the way association works with modules and USE,
# making this test invalid now; flang supports it, gfortran does not.
public_private_module.f90
)

# These tests are skipped because they hit a 'not yet implemented' assertion
Expand Down