index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr38590-2.c
blob: 076359d749b0cda3a4b6f8c4bed31262ece7f827 (
plain
)
1
2
3
4
5
6
int
func_75
(
int
p_76
)
{
return
(
1
/ (
int
) -(
unsigned int
)
p_76
)
?
1
:
p_76
;
}