--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-10-04 15:09
---
Fixed on mainline. Thanks for the bug report, and please reopen this one or
open a new one if you still experience problems.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-10-04 15:08
---
Subject: Bug 33529
Author: fxcoudert
Date: Thu Oct 4 15:08:14 2007
New Revision: 129012
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129012
Log:
PR fortran/33529
* decl.c (match_char_k
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-09-23 09:08
---
$ cat u.f90
character (kind=kind("a")) :: u
end
$ gfortran u.f90
u.f90:1.27:
character (kind=kind("a")) :: u
1
Error: Kind 0 is not a CHARACTER kind at (1)
--
fxcoudert at gc