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
6 changes: 4 additions & 2 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
# THIS_IMAGE(DISTANCE=), NUM_IMAGES(DISTANCE=), and NUM_IMAGES(FAILED=) extensions not supported
coarray_this_image_1.f90
coarray_this_image_2.f90
# f18 requires extension Cray pointee to be a sequence type if derived
cray_pointers_11.f90
# Unimplemented in extension: assumed-size Cray pointee
cray_pointers_6.f90
# Unimplemented in extension: Cray pointer to function
cray_pointers_9.f90
# By default, flang assumes that Cray pointers do not alias with non-TARGET data
cray_pointers_10.f90
# f18 requires extension Cray pointee to be a sequence type if derived
cray_pointers_11.f90
# DEC "typed" bit intrinsics: BBTEST, BITEST, FLOATI, FLOATJ, BIEOR, &c.
dec_intrinsic_ints.f90
# COTAN extension intrinsic
Expand Down