aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/extract-1.c
blob: 102beb230ac1892e1f34789d92d4a757f14098b7 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -mtune=generic" } */

int
foo (unsigned char x, unsigned char y)
{
   return (x % y) != 0;
}

/* { dg-final { scan-assembler-not "test\[b\]?\[^\\n\]*%\[a-d\]l" } } */