index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr32796.c
blob: 9e0abfb0ecad24829a812553733a056f6a3ed853 (
plain
)
1
2
3
4
5
6
__SIZE_TYPE__
f
(
void
*
ptr
)
{
return
((
__SIZE_TYPE__
)(
ptr
)
-
1
)
|
1ULL
;
}