Skip to content

Commit 589a966

Browse files
authored
[flang] Disable erroneous test (#213)
Disable a test that declares non-SAVE local variables with allocatable coarray components; this is an error that flang-new will shortly be detecting.
1 parent 650fee2 commit 589a966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,10 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
767767
# error: Result of pure function may not have an impure FINAL subroutine
768768
finalize_51.f90
769769

770+
# error: local non-SAVE variable has coarray component
771+
# Consider using override.yaml to enable this test but expect different behavior
772+
coarray_lib_realloc_1.f90
773+
770774
# --------------------------------------------------------------------------
771775
#
772776
# These tests are skipped for a variety of reasons that don't fit well in

0 commit comments

Comments
 (0)