https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94339

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:
$ cat ada.ii
unsigned a;
void b()
{
  0 ? b(), -1 : a;
}

Reply via email to