[Bug fortran/100103] Automatic reallocation fails inside select rank
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 22 17:40:23 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100103
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:
https://gcc.gnu.org/g:12b537b9b7fd50f4b2fbfcb7ccf45f8d66085577
commit r13-2782-g12b537b9b7fd50f4b2fbfcb7ccf45f8d66085577
Author: José Rui Faustino de Sousa <jrfsousa@gmail.com>
Date: Wed Sep 21 22:55:02 2022 +0200
Fortran: Fix automatic reallocation inside select rank [PR100103]
gcc/fortran/ChangeLog:
PR fortran/100103
* trans-array.cc (gfc_is_reallocatable_lhs): Add select rank
temporary associate names as possible targets of automatic
reallocation.
gcc/testsuite/ChangeLog:
PR fortran/100103
* gfortran.dg/PR100103.f90: New test.
More information about the Gcc-bugs
mailing list