]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.c
re PR fortran/24643 (Unclassifiable statement on implicitly typed character substring)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 10 Nov 2005 21:49:29 +0000 (22:49 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 10 Nov 2005 21:49:29 +0000 (22:49 +0100)
commitc040ffff7577b6798465f6c025de2b1f77cec1e9
tree175d54b20da14c63f04d177c7e4554d912932378
parent5f4b73288dd35d516ff8a3b2b5ba19715beaaace
re PR fortran/24643 (Unclassifiable statement on implicitly typed character substring)

fortran/
PR fortran/24643
* primary.c (match_varspec): Check for implicitly typed CHARACTER
variables before matching substrings.

testsuite/
PR fortran/24643
* gfortran.dg/implicit_6.f90, gfortran.dg/implicit_7.f90: New.

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