-
- Downloads
PATCH] Fortran: PR93263 -fno-automatic and RECURSIVE
The use of -fno-automatic should not affect the save attribute of a recursive procedure. The first test case checks unsaved variables and the second checks saved variables.
Showing
- gcc/fortran/ChangeLog 8 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/resolve.c 2 additions, 1 deletiongcc/fortran/resolve.c
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/pr93263_1.f90 29 additions, 0 deletionsgcc/testsuite/gfortran.dg/pr93263_1.f90
- gcc/testsuite/gfortran.dg/pr93263_2.f90 24 additions, 0 deletionsgcc/testsuite/gfortran.dg/pr93263_2.f90
Loading
Please register or sign in to comment