[Bug tree-optimization/59622] [4.9 Regression] internal compiler error: verify_gimple failed
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 30 21:29:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59622
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
About the warning, I think it would lead to false positives. We can specialize
function for particular type and the type may not define a virtual method.
User may have earlier correctly tested the dynamic type of the objects making
the code path dead.
More information about the Gcc-bugs
mailing list