This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18675] 6 * local variables set but never used
- 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: 25 Nov 2004 19:11:18 -0000
- Subject: [Bug other/18675] 6 * local variables set but never used
- References: <20041125190502.18675.dcb314@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:11 -------
last_bb_seen in rtl_verify_flow_info_1 is still there.
max_reg in cse.c is still there and really should removed, it is a static variable.
src in unswitch_loop is still there.
num_bb_notes has already been removed.
quo has been removed already.
i in function.c is unknown because it has the file has changed a lot from 3.4.3.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |other
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-11-25 19:11:18
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18675