]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr100414.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr100414.c
CommitLineData
7a389766
RB
1/* { dg-do compile } */
2/* { dg-options "-O -fno-tree-dce -fno-tree-dse -fchecking" } */
3
4int i;
5void
6foo (void)
7{
8 i &= i && __builtin_bswap16 (i);
9}