Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fortran] Comment out tests with missing semantic checks #55

Merged
merged 1 commit into from
Nov 23, 2023
Merged
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
2 changes: 2 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
private_type_4.f90
private_type_9.f90
proc_decl_4.f90
proc_ptr_37.f90 # https://github.com/llvm/llvm-project/issues/73215
proc_ptr_46.f90 # https://github.com/llvm/llvm-project/issues/73215
protected_3.f90
selected_char_kind_3.f90
spread_init_expr_2.f90
Expand Down