https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109283
accelerator0099 at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |accelerator0099 at gmail dot
com
--- Comment #5 from accelerator0099 at gmail dot com ---
(In reply to Jonathan Wakely from comment #4)
> (In reply to ncm from comment #3)
> > Appears fixed in 13.1
>
> It's likely that it's not fixed, it's just that the release branches do not
> have as many consistency checks and assertions enabled as trunk does.
>
> >
> > Still ICEs in trunk,
> > Compiler-Explorer-Build-gcc-70d038235cc91ef1ea4fce519e628cfb2d297bff-
> > binutils-2.40) 14.0.0 20230508 (experimental):
> > <source>: In function 'std::generator<std::__cxx11::basic_string<char> >
> > source(int&, std::string)':
> > <source>:513:1: internal compiler error: in flatten_await_stmt, at
> > cp/coroutines.cc:2899
> > 513 | }
>
> Confirmed.
Was that fixed in 14.1? I can compile with 14.1 and run with no error