summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr53979-1.c
blob: aee54f52378c985542a4c62b36e1045a61c17bbb (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-fdump-tree-gimple" } */

unsigned f1(unsigned a, unsigned b)
{
  return (a ^ b) | a; 
}

/* { dg-final { scan-tree-dump "a | b" "gimple" } } */