https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120400
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |c++
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
that is TRUTH_ANDIF_EXPR being converted into TRUTH_AND_EXPR in fold because
fold thinks coro_before_return and cond don't have side effects as they are
normal decls at the point fold is called.
