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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-01-31
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:

*a;
b;
f ()
{
  int c;
  while (b)
    if (-b > c)
      {
        int d, e;
        for (; e < d; e++)
          a[e] = d;
      }
    else
      {
        int d, e;
        for (; e < d; e++)
          a[e] = a;
      }
}

Reply via email to