This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18481] [g77 regression] ICE with assigned integer variable format
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2005 00:43:47 -0000
- Subject: [Bug fortran/18481] [g77 regression] ICE with assigned integer variable format
- References: <20041114203659.18481.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla 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?id=18481