repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20060421-1.c
blob
1bd4079b4c8251fffd08ef165635ee45fdc5e958
1
/* This test used to ICE on ARM with -mcpu=iwmmxt. */
2
void
3
foo
(
void
)
4
{
5
long long int
a
;
6
unsigned long
b
[
249
];
/* >= 249 causes failure */
7
register
unsigned int
c
;
8
b
[
c
] = (
a
& (
1ULL
<<
c
)) ?
1
:
0
;
9
}