[Bug c++/105475] coroutines: ICE in coerce_template_parms, at cp/pt.cc:9183

arsen at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 22 16:15:04 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105475

--- Comment #3 from Arsen Arsenović <arsen at gcc dot gnu.org> ---
ah, seems that we're missing handling of error_mark_node in a few places while
processing a coroutine, causing the middle-end to be confused later.  I'll
leave that for later.


More information about the Gcc-bugs mailing list