Allow concatenated module+submodule names.
authorAndrew Benson <abenson@carnegiescience.edu>
Tue, 28 Jan 2020 17:58:40 +0000 (17:58 +0000)
committerAndrew Benson <abenson@carnegiescience.edu>
Tue, 28 Jan 2020 18:02:49 +0000 (18:02 +0000)
commita83b5cc5828ee34471de415e8893242dd3b0a91b
tree3a4b51a3c966fa78965f48a5c7a8c5b4af89493e
parent3d056cbfb3484f4037b34c908b26e1c6776c86b5
Allow concatenated module+submodule names.

Increase length of char variables "parent1" and "parent2" in
set_syms_host_assoc() to allow them to hold concatenated module +
submodule names.

        PR fortran/93473
        * parse.c: Increase length of char variables to allow them to hold
        a concatenated module + submodule name.
        * gfortran.dg/pr93473.f90: New test.
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/gfortran.dg/pr93473.f90 [new file with mode: 0644]