https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98022
--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:87472f174299fba9b17fdbcc016818587919bd12 commit r9-9196-g87472f174299fba9b17fdbcc016818587919bd12 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Sat Dec 12 14:01:08 2020 +0000 Fortran: Enable inquiry references in data statements [PR98022]. 2020-12-12 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/98022 * data.c (gfc_assign_data_value): Handle inquiry references in the data statement object list. gcc/testsuite/ PR fortran/98022 * gfortran.dg/data_inquiry_ref.f90: New test. (cherry picked from commit ff2dfdef2f2e01c579dd280daa1d81fbeb4d7ac5)