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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
int
foo (int a, int b, int *c, short *d)
{
  return (c[0] ? b : 0) == 'y' && ((a ? d[0] : c[0]) ? b : 0) == 'c';
}

Reply via email to