------- Comment #1 from burnus at gcc dot gnu dot org 2007-05-22 11:15 ------- The error message comes from the middle-end and the variable name is Integer_1, line 33 is:
READ ( 5, * ) Integer_1 There are two problems: First, why has the variable no name for the middle end; secondly, why does the middle end print this warning for the following call: _gfortran_st_read (&dt_parm.5); _gfortran_transfer_integer (&dt_parm.5, &integer_1, 4); _gfortran_st_read_done (&dt_parm.5); -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Component|fortran |middle-end Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2007-05-22 11:15:35 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32035