Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20060421-1.c
blob: 05396d3dcc1df79ed9af0c1ab93a7fb44b4554eb [
file
] [
log
] [
blame
]
/* This test used to ICE on ARM with -mcpu=iwmmxt. */
/* { dg-require-stack-size "249*8+1" } */
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
;
}