------- Comment #2 from reichelt at gcc dot gnu dot org  2008-01-02 01:14 
-------
Confirmed. Reduced testcase (crashes on i686-pc-linux-gnu):

=================================
void foo(int x[])
{
  int i, j;

  for (i = 0; i < 2; i++)
    for (j = 0; j < 2; j++)
    {
      x[i] = x[i*j];
      x[i] = x[i*j];
    }
}
=================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-02 01:14:34
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34635

Reply via email to