URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20060421-1.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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; }
Go to most recent revision | Compare with Previous | Blame | View Log