(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr101685.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -march=amdfam10 -mno-lzcnt -mno-popcnt" } */
       3  
       4  #ifdef __LZCNT__
       5  # error LZCNT should be disabled
       6  #endif
       7  
       8  #ifdef __POPCNT__
       9  # error POPCNT should be disabled
      10  #endif