------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-01 
07:28 -------
Confirmed, reduced testcase:
void flexto(int *current,int instance_count)
{
  int *end, temp, j;
  for ( j=0; j<instance_count; ++j )
    end = &temp;
  *current = *end;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-01 07:28:16
               date|                            |


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

Reply via email to