public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!)
       [not found] <bug-21750-10702@http.gcc.gnu.org/bugzilla/>
@ 2005-11-26  7:40 ` gdr at gcc dot gnu dot org
  2005-11-26 16:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-26  7:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-26 07:40:34
               date|                            |


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!)
       [not found] <bug-21750-10702@http.gcc.gnu.org/bugzilla/>
  2005-11-26  7:40 ` [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!) gdr at gcc dot gnu dot org
@ 2005-11-26 16:39 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-26 16:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-26 16:39 -------
We have:
 if (gc->contextP) { 
...
set hieght
set width
set clip0min
set command
...
}
...
if (xxxxxx) {....}
...
if (gc->contextP) {
...
use clipOmin
use command
use hieght
use width
use clip0min
...
}

Anyways this is a dup of bug 5035

*** This bug has been marked as a duplicate of 5035 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!)
  2005-05-25 12:57 [Bug c/21750] New: " j dot w dot r dot degoede at hhs dot nl
  2005-05-25 18:34 ` [Bug middle-end/21750] " pinskia at gcc dot gnu dot org
@ 2005-08-09 15:59 ` James dot Juran at baesystems dot com
  1 sibling, 0 replies; 4+ messages in thread
From: James dot Juran at baesystems dot com @ 2005-08-09 15:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |James dot Juran at
                   |                            |baesystems dot com


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!)
  2005-05-25 12:57 [Bug c/21750] New: " j dot w dot r dot degoede at hhs dot nl
@ 2005-05-25 18:34 ` pinskia at gcc dot gnu dot org
  2005-08-09 15:59 ` James dot Juran at baesystems dot com
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-25 18:34 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end
           Keywords|                            |diagnostic


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-26 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21750-10702@http.gcc.gnu.org/bugzilla/>
2005-11-26  7:40 ` [Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!) gdr at gcc dot gnu dot org
2005-11-26 16:39 ` pinskia at gcc dot gnu dot org
2005-05-25 12:57 [Bug c/21750] New: " j dot w dot r dot degoede at hhs dot nl
2005-05-25 18:34 ` [Bug middle-end/21750] " pinskia at gcc dot gnu dot org
2005-08-09 15:59 ` James dot Juran at baesystems dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).