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
testsuite: Fix tail_call and musttail effective targets [PR116080]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr85164-1.c
blob
1594dbc46b3b0052b698d525e71b7c3af2d0edaa
1
/* { dg-options "-fpermissive -O2 -w" } */
2
a
[];
3
b
;
4
c
() {
5
unsigned long
d
;
6
b
=
a
[
d
-
1
>>
3
];
7
}