REF: JVB GFTN-004
File: achar_test.f90
Example:
C:\gfortran_stuff\James\test\achar_test>gfortran -std=f95 achar_test.f90 -oachar
_test
achar_test.f90: In function 'MAIN__':
achar_test.f90:13: internal compiler error: in gfc_get_symbol_decl, at fortran/t
rans-decl.c:827
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.

C:\gfortran_stuff\James\test\achar_test>gfortran -v
Using built-in specs.
Configured with: ../gcc/configure --prefix=/mingw --enable-languages=c,f95
Thread model: win32
gcc version 4.0.0 20050117 (experimental)
Discussion: ICE for declaration of y and for printing the LEN of z; wrong value for z.
XREF: PR19576