This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14564] [tree-ssa] warning does not say a return value is what is uninitialized
- 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: 20 May 2004 18:34:27 -0000
- Subject: [Bug tree-optimization/14564] [tree-ssa] warning does not say a return value is what is uninitialized
- References: <20040312233627.14564.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-20 18:34 -------
Actually the value is not uninitialized at all, the problem comes inlining ~parsed_filename which has
exceptions which cause this warning to happen.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14564