Skip to content

Commit fd7aca4

Browse files
authored
[Fortran] Comment out tests with missing semantic checks (#55)
These tests are looking for a semantic error that flang is not emitting but they used to pass because a TODO for procedure pointers was emitted in lowering. Lowering implemented procedure pointers, so these test now fail. I opened an issue against semantics, but I want to comment out these tests so that we can still land the lowering implementation of procedure pointers that is correct. See llvm/llvm-project#73215
1 parent 92a149d commit fd7aca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
24132413
private_type_4.f90
24142414
private_type_9.f90
24152415
proc_decl_4.f90
2416+
proc_ptr_37.f90 # https://github.com/llvm/llvm-project/issues/73215
2417+
proc_ptr_46.f90 # https://github.com/llvm/llvm-project/issues/73215
24162418
protected_3.f90
24172419
selected_char_kind_3.f90
24182420
spread_init_expr_2.f90

0 commit comments

Comments
 (0)