re PR fortran/24748 (substring of implicitly typed variable not rejected)
authorAsher Langton <langton2@llnl.gov>
Thu, 22 Jun 2006 18:30:18 +0000 (18:30 +0000)
committerAsher Langton <langton@gcc.gnu.org>
Thu, 22 Jun 2006 18:30:18 +0000 (18:30 +0000)
commit5270c302f0ef520b9f6f96a1c94caa5962754401
tree8305c361f234badfe3ead042bf6a015cb6dea8cd
parent752c5e547d44cb973eb70f8ec2158107c0f0dc97
re PR fortran/24748 (substring of implicitly typed variable not rejected)

PR fortran/24748
* primary.c (gfc_match_rvalue): Don't call match_substring for
implicit non-character types.

PR fortran/24748
* gfortran.dg/implicit_8.f90: New.

From-SVN: r114901
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/implicit_8.f90 [new file with mode: 0644]