[Bug fortran/43158] No default integer descriptor width

2010-02-23 Thread kargl at gcc dot gnu dot org
--- 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

[Bug fortran/43158] No default integer descriptor width

2010-02-23 Thread wchemelewski at gmail dot com
--- 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

[Bug fortran/43158] No default integer descriptor width

2010-02-23 Thread kargl at gcc dot gnu dot org
--- 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)')