Skip to content

Commit 10275ac

Browse files
committed
[Fortran/gfortran] Disable test that requires -std=f2008
Since llvm/llvm-project#87501 flang reports the correct error code which causes this test to fail loudly. It always was failing because the test does not work with -std=f2018 which is flang's default (and only) option. I've confirmed that with gfortran-13 the test passes with -std=f2008 and fails (without output matching flang's) with -std=f2018.
1 parent 95a9f0d commit 10275ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
13221322
pr91564.f90
13231323
rank_3.f90
13241324

1325+
# Requires behaviour specific to -std=f2008 and fails with -std=f2018.
1326+
finalize_38a.f90
1327+
13251328
# Tests that use -std=... to enable checks that no longer apply in modern Fortran.
13261329
# Module variable with derived type default initialization requires explicit SAVE
13271330
default_initialization_1.f90

0 commit comments

Comments
 (0)