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 c++/14199] [3.4/3.5 regression] Unjustified warning about unused variable


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-18 22:09 -------
Confirmed.  It also happens in 3.4.0 and 3.5.0, the probelm is that the variable is really not used 
because the function is static.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|tree-ssa 3.5.0              |3.4.0 3.5.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-18 22:09:49
               date|                            |
            Summary|[tree-ssa regression]       |[3.4/3.5 regression]
                   |Unjustified warning about   |Unjustified warning about
                   |unused variable             |unused variable
   Target Milestone|3.5.0                       |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14199


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