Skip to content
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
5 changes: 5 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,11 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
binding_label_tests_26b.f90
test_common_binding_labels_2_main.f03
string_1.f90 # Expect error on 32 bits platform
volatile8.f90 # Gfortran expects compilation errors for invalid uses of volatile; flang
# supports one of these as an extension, and the others ought to either be warnings
# or errors. See the flang extensions document: "A non-definable actual argument,
# including the case of a vector subscript, may be associated with an ASYNCHRONOUS or VOLATILE dummy argument"
# llvm-project#137369

# Tests that exercise gfortran's ability to set -std=f95 and then see errors on newer features
abstract_type_1.f90
Expand Down