[Bug ipa/87957] [9 Regression] ICE tree check: expected tree that contains ‘decl minimal’ structure, have ‘identifier_node’ in warn_odr, at ipa-devirt.c:1051 since r265519
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 10 13:21:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87957
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That would be the
gcc_checking_assert (TREE_TYPE (name) == t);
assert then. So, what is TREE_TYPE (name) and what is t when this happens?
More information about the Gcc-bugs
mailing list