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?
