This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/18675] 6 * local variables set but never used


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]