Skip to content

Commit f62f2c3

Browse files
committed
[flang][tests] Disable Fortran/gfortran/regression/finalize_38.f90
One test case in finalize_38.f90 expects that an allocatable component of an expression result will not be finalized. The flang-new compiler is being updated by the pull request llvm/llvm-project#153509 to ensure finalization of allocatables when they are deallocated, since this is an event that triggers finalization (F'2023 7.5.6.3p2) on a finalizable (3.71) data entity (3.41).
1 parent 69f057c commit f62f2c3

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
@@ -1850,4 +1850,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
18501850
# warning, so long as it is not used in that scope.
18511851
use_15.f90
18521852
use_rename_8.f90
1853+
1854+
# The "stop 171" case expects an incorrect number of finalizations.
1855+
finalize_38.f90
18531856
)

0 commit comments

Comments
 (0)