blob: 1bd4079b4c8251fffd08ef165635ee45fdc5e958 [file] [log] [blame]
/* This test used to ICE on ARM with -mcpu=iwmmxt. */
void
foo (void)
{
long long int a;
unsigned long b[249]; /* >= 249 causes failure */
register unsigned int c;
b[c] = (a & (1ULL << c)) ? 1 : 0;
}