This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5284] missing warning on uninitialized variable if used within a ternary expression (?:)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2003 22:57:15 -0000
- Subject: [Bug c++/5284] missing warning on uninitialized variable if used within a ternary expression (?:)
- References: <20020105013600.5284.peter.barth@t-online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5284
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-17 22:57 -------
The bug is cause by the same bug in PR 10538 so closing as a dup. I have already submitted a
patch.
*** This bug has been marked as a duplicate of 10538 ***