Skip to content

Commit eaeb63c

Browse files
committed
[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.
1 parent 591c457 commit eaeb63c

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
@@ -1018,6 +1018,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
10181018
unsigned_37.f90
10191019
unsigned_38.f90
10201020
unsigned_41.f90
1021+
proc_ptr_comp_46.f90
10211022

10221023
# This test requires the -fmax-array-constructor option which is not supported
10231024
# in flang (yet?)

0 commit comments

Comments
 (0)