]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr53979-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr53979-1.c
CommitLineData
2066ef6a
PK
1/* { dg-do compile } */
2/* { dg-options "-fdump-tree-gimple" } */
3
4unsigned f1(unsigned a, unsigned b)
5{
6 return (a ^ b) | a;
7}
8
9/* { dg-final { scan-tree-dump "a | b" "gimple" } } */