--- Comment #3 from kargl at gcc dot gnu dot org 2010-02-24 02:43 ---
(In reply to comment #2)
> Thanks for being a dick, appreciated.(In reply to comment #1)
>
>
You're welcomed. With my suggested fixes, you'll actually
have standard conforming code.
--
http://gcc.gnu.org/bugzil
--- Comment #2 from wchemelewski at gmail dot com 2010-02-24 02:36 ---
Thanks for being a dick, appreciated.(In reply to comment #1)
> (In reply to comment #0)
> > With the following code:
> >
> > INTEGER :: someint
> > CHARACTER (LEN=40) :: strcounter
> > WRITE(strcounter,'(I)') somei
--- Comment #1 from kargl at gcc dot gnu dot org 2010-02-24 02:33 ---
(In reply to comment #0)
> With the following code:
>
> INTEGER :: someint
> CHARACTER (LEN=40) :: strcounter
> WRITE(strcounter,'(I)') someint
>
> The error message is generated:
>
> WRITE(strcounter,'(I)')