Commit 050cf56
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 050cf56
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
386 | 389 | | |
387 | 390 | | |
388 | 391 | | |
| |||
1850 | 1853 | | |
1851 | 1854 | | |
1852 | 1855 | | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
1853 | 1859 | | |
0 commit comments