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
PR inline-asm/84742
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20100209-1.c
blob
bf0597b2d4720b48e35c8ce44c1083f51fef911f
1
int
bar
(
int
foo
)
2
{
3
return
(
int
)(((
unsigned long long
)(
long long
)
foo
) /
8
);
4
}
5
extern
void
abort
(
void
);
6
int
main
()
7
{
8
if
(
sizeof
(
long long
) >
sizeof
(
int
)
9
&&
bar
(-
1
) != -
1
)
10
abort
();
11
return
0
;
12
}