[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread paulthomas2 at wanadoo dot fr
--- 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

[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/18476] internal compiler error on strange read

2005-03-26 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/18476] internal compiler error on strange read

2005-01-07 Thread Thomas dot Koenig at online dot de
--- 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

[Bug fortran/18476] internal compiler error on strange read

2005-01-06 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/18476] internal compiler error on strange read

2005-01-06 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/18476] internal compiler error on strange read

2004-11-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-14 17:21 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW