This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53480] warning "may be used uninitialized" issued with -m32 but not with -m64
- 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, 24 May 2012 19:41:07 +0000
- Subject: [Bug tree-optimization/53480] warning "may be used uninitialized" issued with -m32 but not with -m64
- Auto-submitted: auto-generated
- References: <bug-53480-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53480
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |tree-optimization
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-24 19:41:07 UTC ---
This warning depends on optimization. In this case, it depends on sra doing
something.