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
/
pr37078.c
blob
1cc1659f1c8690047ffeef0ea1e941e5f2ead3a5
1
int
foo
(
int
b
)
2
{
3
if
(
b
== (
int
)
0x80000000
)
4
return
__builtin_abs
(
b
);
5
return
0
;
6
}