rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20060421-1.c

10 lines
209 B
C

/* 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;
}