coroutines: Mark the gro as artificial.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 1 May 2020 18:20:46 +0000 (19:20 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 4 May 2020 19:53:14 +0000 (20:53 +0100)
commit0719055a956d900f160e2e980eb2a5c8bcc7cb39
tree68f639d5fd4ffabe2a7afa0fccc6f46a900dd3ae
parent39439763714d668ac8b63fa6c93574ec151c4bb1
coroutines: Mark the gro as artificial.

This corrects an oversight, the coro.gro object is a
a compiler-generated entity and should be marked as
artificial and ignored.

gcc/cp/ChangeLog:

2020-05-04  Iain Sandoe  <iain@sandoe.co.uk>

* coroutines.cc (morph_fn_to_coro): Mark the coro.gro variable
as artificial and ignored.
gcc/cp/ChangeLog
gcc/cp/coroutines.cc