This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/47386] Wrong warning: âw.dim[2].strideâ may be used uninitialized in this function [-Wuninitialized]
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Jan 2011 21:22:07 +0000
- Subject: [Bug middle-end/47386] Wrong warning: âw.dim[2].strideâ may be used uninitialized in this function [-Wuninitialized]
- Auto-submitted: auto-generated
- References: <bug-47386-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47386
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |middle-end
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-01-20 21:21:58 UTC ---
This is the "standard" uninitialized warning for predicates. There are a few
other bugs like this.