------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-30 
01:29 -------
Reduced even further:
struct {
double x[1];
} g;
void k( double *, double*);
void h(int Tmp8)
{
  int i;
  for(i = 1;i <= Tmp8;i++)
    k(&g.x[ + -1],&g.x[ Tmp8 + -1]);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-04-30 01:10:30         |2005-04-30 01:29:38
               date|                            |


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

Reply via email to