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
* gcc.c-torture/execute/20101011-1.c: Skip on SH.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
960219-1.c
blob
d21bcfcad243bea85419c576311f09ad43c96642
1
f
(
int
i
)
2
{
3
if
(((
1
<<
i
) &
1
) ==
0
)
4
abort
();
5
}
6
7
main
()
8
{
9
f
(
0
);
10
exit
(
0
);
11
}