PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr65871-1.c
blobd76181e27a0b31735050b5d6326da3cc947f9ca6
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mbmi" } */
4 int foo (unsigned int x, unsigned int y)
6 if (__builtin_ia32_bextr_u32 (x, y))
7 return 1;
9 return 0;
12 /* { dg-final { scan-assembler-not "test" } } */