[Bug c++/95516] [coroutines] incorrect warning "'coro.gro' is used uninitialized"
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 30 12:55:03 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95516
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> ---
I cannot reproduce this any more, it would seem that the reorganisation of the
g-r-o and return code has made this false-positive disappear.
This test case is in my regular "additional" testing and it has not fired for
weeks.
please reopen if there's a repeatable case
in my opinion, user should not be presented with such warnings (when they can't
fix them - but that's a separate discussion).
More information about the Gcc-bugs
mailing list