--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-13 13:50 ---
This (a) didn't turn out as much of an issue and (b) the general problem is
known. Closing this specific incarnation as WONTFIX.
--
dfranke at gcc dot gnu dot org changed:
What|Removed
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Ke
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-02-25 16:11 ---
There's is/was a discussion at the ML whether GNU extensions should allow
default integer only, fold anything into a default integer and recast
afterwards or whether the library shall provide calls for any type.
As
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-02-25 15:56 ---
> $> gfortran-svn fget.f90 && ./a.out
> x
> x
>
> I.e. the string is cleared and the first character is set to the input.
> This also "works" with substrings, e.g. s(3:6).
> In my eyes I would consider the blank