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 tree-optimization/45083] [4.3/4.4/4.5/4.6 Regression] strange warning text from gcc



------- Comment #4 from pinskia at gcc dot gnu dot org  2010-07-26 18:55 -------
Confirmed, this was working in 4.2.4:
t.c: In function â??testâ??:
t.c:9: warning: â??cs[0u].bâ?? is used uninitialized in this function
t.c:8: note: â??cs[0u].bâ?? was declared here
t.c:13: warning: â??cs[0u].aâ?? is used uninitialized in this function
t.c:8: note: â??cs[0u].aâ?? was declared here
t.c:15: warning: â??cs[0u].câ?? is used uninitialized in this function
t.c:8: note: â??cs[0u].câ?? was declared here


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic
      Known to fail|                            |4.3.2 4.6.0 4.5.0
      Known to work|                            |4.2.4
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-26 18:55:56
               date|                            |
            Summary|strange warning text from   |[4.3/4.4/4.5/4.6 Regression]
                   |gcc                         |strange warning text from
                   |                            |gcc
   Target Milestone|---                         |4.3.6


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


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