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/19371] [3.4 Regression] Missing uninitialized warning


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-11 12:49 -------
Confirmed as a regression but was fixed already on the mainline.
On the mainline get a warning about all four including a so that part is not a regression.

I don't know if we can do anything about it as we remove the call to bar as it is a pure/const function 
and we don't use the result of the function at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
      Known to fail|                            |3.4.0 3.3.3
      Known to work|                            |2.95.3 4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-11 12:49:14
               date|                            |
            Summary|Missing uninitialized       |[3.4 Regression] Missing
                   |warning                     |uninitialized warning
   Target Milestone|---                         |3.4.4


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


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