]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add co_await, co_yield and co_return to dump_expr.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 30 May 2025 19:06:26 +0000 (20:06 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 2 Jun 2025 18:28:43 +0000 (19:28 +0100)
commit09cac2a833689f2535d6c2c88a67b2169df4e4d7
treec7f7d2c0e136c9d60841aef17e99fc14a4593a51
parent0ec5306492be98ed1052e5ca9782f8966861e73a
c++: Add co_await, co_yield and co_return to dump_expr.

These were omitted there as an oversight, most of the error handling
for the coroutines code is specific rather than using generic %qE etc.

gcc/cp/ChangeLog:

* error.cc (dump_expr): Add co_await, co_yield and co_return.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/cp/error.cc