coroutines: Avoid a maybe used uninitialized warning. NFC.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 17 May 2020 11:26:19 +0000 (12:26 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 17 May 2020 18:59:40 +0000 (19:59 +0100)
commit2b9a271b2d0ba340234a138b7f8289bd7dca2fc5
treebae6046db83ff4795a54c51600e20211d0ccb679
parent4c1b27f961aadecf643d11f2e3e8abb89121fbfb
coroutines: Avoid a maybe used uninitialized warning. NFC.

This avoids a (bogus) warning that occurs with some bootstrap
compilers.

gcc/cp/ChangeLog:

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

* coroutines.cc (morph_fn_to_coro): Initialize the
gro variable.
gcc/cp/ChangeLog
gcc/cp/coroutines.cc