------- Additional Comments From kazu at cs dot umass dot edu 2005-03-06 14:15
-------
cfg.c(821): remark #593: variable "num_bb_notes" was set but never used
Confirmed this in cfghooks.c:verify_flow_info on mainline.
loop-unswitch.c(326): remark #593: variable "src" was set but never used
Confirmed this in loop-unswitch.c:unswitch_loop on mainline.
cfgrtl.c(1870): remark #593: variable "last_bb_seen" was set but never used
Confirmed this cfgrtl.c:rtl_verify_flow_info_1 on mainline.
cse.c(207): remark #593: variable "max_reg" was set but never used
I removed this a while ago.
expr.c(7414): remark #593: variable "quo" was set but never used
This is gone on mainline.
function.c(7936): remark #593: variable "i" was set but never used
I cannot find this on mainline. Probably gone.
I'll take care of these.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |kazu at cs dot umass dot edu
|dot org |
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18675