This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32035] '<anonymous>' may be used uninitialized in this function
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2007 10:15:43 -0000
- Subject: [Bug middle-end/32035] '<anonymous>' may be used uninitialized in this function
- References: <bug-32035-10601@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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