This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17506] [4.0 regression] warning about uninitialized variable points to wrong location
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 06:52:49 -0000
- Subject: [Bug tree-optimization/17506] [4.0 regression] warning about uninitialized variable points to wrong location
- References: <20040915183811.17506.nathan@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2004-09-16 06:52 -------
It's a pretty severe diagnostic problem, as the location information given
is very nearly useless. However, I've figured a workaround, which is
'-O2 -W -Wall -fno-inline'. We should mention that in release notes, if this
bug does not get fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506