Skip to content

Commit 98ab2f6

Browse files
authored
[flang][tests] Disable a test with PROCEDURE() (#291)
A PROCEDURE() pointer with no interface or type can be associated with any procedure; specifically, it is not limited to subroutines. This interpretation is about to be corrected in flang-new, and so this GNU Fortran test that *does* expect an error will have to be disabled.
1 parent 358a476 commit 98ab2f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
151151
#
152152
# https://github.com/llvm/llvm-project/issues/139754#issuecomment-3336027989
153153
pr117797.f90
154+
155+
# Function call via a PROCEDURE()
156+
proc_ptr_comp_46.f90
154157
)
155158

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

0 commit comments

Comments
 (0)