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
/
20091229-1.c
blob
08d952f1b3ae7d7d58b423848691acea45b7200a
1
long long
foo
(
long long
v
) {
return
v
/ -
0x080000000
LL
; }
2
void
main
() {
if
(
foo
(
0x080000000
LL
) != -
1
)
abort
();
exit
(
0
); }