blob: 3c9c9147ca792b63f1f82fdf135f91ac3802cd27 [file] [log] [blame]
/* { dg-require-stack-size "1024+16" } */
/* { dg-additional-options "-fpermissive" } */
extern int nc;
void f(void)
{
unsigned char resp[1024];
int c;
int bl = 0;
unsigned long long *dwords = (unsigned long long *)(resp + 5);
for (c=0; c<nc; c++)
{
ff(dwords[bl/64]);
bl++;
}
}