--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-26 17:50
---
This is most probably related to Feng Wang's 2005-03-15 patch.
--
What|Removed |Added
Target
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26
17:44 ---
Fixed since at least 20050321.
--
What|Removed |Added
Status|NEW
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-03-26
17:37 ---
Tobi and Thomas,
This one is fixed: as of 20050324, you get a nice friendly error message:
In file namelist/pr18476.f90:6
read(chr,nml)
1
Error: Variable 'nml' has not been assigned a format l
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-07
13:58 ---
(In reply to comment #3)
> I think we should issue an error, because nml is not ASSIGNed a FORMAT, but
> since g77 accepts this code I'm not sure.
g77 does bomb out at runtime, though; a warning at -Wun
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-06 17:52
---
I think we should issue an error, because nml is not ASSIGNed a FORMAT, but
since g77 accepts this code I'm not sure.
--
What|Removed |Added
--- Additional Comments From tobi at gcc dot gnu dot org 2005-01-06 17:34
---
This is a regression from g77:
[EMAIL PROTECTED] tests]$ g77 pr18476.f
[EMAIL PROTECTED] tests]$ ./a.out
startint: error in format
apparent state: internal I/O
last format: Pf@
lately writing sequential formatt
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-14
17:21 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E