This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18934] Spurious Uninitialized Variable Warning
- 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: 10 Dec 2004 23:20:33 -0000
- Subject: [Bug c++/18934] Spurious Uninitialized Variable Warning
- References: <20041210231213.18934.llewins@raytheon.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-10 23:20 -------
Fixed in 4.0.0 by moving the uninitializing warning to the tree level where the exceptions have not been
lowered to setjmp/longjmp which is what is causing the warning.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
GCC target triplet| |i686-pc-cygwin
Resolution| |FIXED
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18934