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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-05-20
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
hmm we should not be trying to outline coroutine components with dependent
types...

The coroutine outlining is gated thus:
  if (flag_coroutines
      && !processing_template_decl

... so, indeed, something has probably become corrupted.

Reply via email to