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

--- Comment #9 from Adrian Perl <adrian.perl at web dot de> ---
Thanks for the advice.

I hope you meant __builtin_trap() as I can't find a __builtin_abort() function.

I have now written test applications for all relevant bug reports (99576,
100611, 101976, 101367). I also verified that it fixes 107288, but did not add
a test as it requires boost asio.

Unfortunately I was wrong that the patch will fix 102217 and 101244. They use
similar examples but also the ternary operator, which still leads to an invalid
statement error when used in co_awaits.

I will send the patch together with the testfiles as soon as the testsuite has
finished. Is it normal that it takes more than 6 hours to complete?

Reply via email to