[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-07-07 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-07 09:56 --- (In reply to comment #6) > The example in comment #0, I get the following error: > In file t.f:4 > read(chr,k) > 1 > Error: Variable 'k' has not been assigned a format label at (1) Fixed. They

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-06 00:43 --- The example in comment #0, I get the following error: In file t.f:4 read(chr,k) 1 Error: Variable 'k' has not been assigned a format label at (1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-05-25 Thread fengwang at gcc dot gnu dot org
--- Additional Comments From fengwang at gcc dot gnu dot org 2005-05-25 10:45 --- Issues (#2, #3) related ASSIGN statement should be fixed by http://gcc.gnu.org/ml/fortran/2005-05/msg00054.html [committed]. Issue in the description should be fixed by http://gcc.gnu.org/ml/fortran/2005-0

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-04-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-25 00:30 --- *** Bug 21199 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-04-01 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-04-01 11:45 --- No write or print statement is necessary: $ cat assign.f90 program main assign 1000 to i 1000 format (A) end $ gfortran assign.f90 $ gfortran -fdump-parse-tree assign.f90 In file ass

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2005-01-06 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19292 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18481

[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format

2004-12-04 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2004-12-04 10:37 --- This does indeed appear to be the problem with quite a few failing NIST tests. Here's a reduced testcase from NIST 111. The test case in question has the comment C*- USE AS A FORMAT AN INTEGE