https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117806
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
gcc_checking_assert (!TYPE_NAME (n) || comptypes (n, t1));
gcc_checking_assert (!TYPE_NAME (n) || comptypes (n, t2));
It is the first one that is failing.
