From 0338ab06721e3205d97dfef6c5e79092ceabf0ce Mon Sep 17 00:00:00 2001 From: Peter Klausler Date: Thu, 30 Oct 2025 16:21:13 -0700 Subject: [PATCH] [flang][tests] Disable a test with PROCEDURE() 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. --- Fortran/gfortran/regression/DisabledFiles.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index db60101675..30e386c96e 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -151,6 +151,9 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS # # https://github.com/llvm/llvm-project/issues/139754#issuecomment-3336027989 pr117797.f90 + + # Function call via a PROCEDURE() + proc_ptr_comp_46.f90 ) # These tests are skipped because they hit a 'not yet implemented' assertion