index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48136.c
blob: 77581ac7285462ba59ed4ef5392c8ecbde8fcb79 (
plain
)
1
2
3
4
5
6
7
/* PR middle-end/48136 */ int foo (int x, int y) { return (x ^ 5U) == (y ^ 1); }