https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105565
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org --- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> --- Seems we're hitting a stack overflow due to the excessive recursion, same with Clang. Not sure if we can realistically do much about that..