aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/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);
}