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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Comment on attachment 61054
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61054
Maybe a testcase

There is a typo in the testcase.
  if (e[0] != 2)

should be
  if (e[0] != 3)

Reply via email to