[Bug ipa/60665] gcc/ipa-devirt.c:1510:7: warning: variable 'can_refer' is used uninitialized whenever '?:' condition is false
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Apr 5 22:05:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60665
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-04-05
CC| |hubicka at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Not really a bug, since can_refer is unused in that case, but I will add
initialization to that code path, it would make sense.
More information about the Gcc-bugs
mailing list