--- Comment #4 from tkoenig at gcc dot gnu dot org 2008-04-06 13:51 ---
Confirmed that this works for 4.3 and 4.4.
Also, using 1 (instead of the illegal 0) as
format generates the right error in 4.2, as well:
$ gfortran-4.2 foo.f90
foo.f90:1.10:
write(18,1) 'trtot= ',trtot
1
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-04-06 12:44
---
We need more information: for each compiler that fails, what is the output of
"gfortran -v"?
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from burnus at gcc dot gnu dot org 2008-04-04 19:29 ---
Works for me with gfortran 4.4.0, 4.3.0, 4.2.2, 4.1.3 on x86-64-linux, even
with valgrind.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35826
--- Comment #1 from dfranke at gcc dot gnu dot org 2008-04-04 15:33 ---
Works with 4.3-branch and trunk.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added