PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr64981.c
blob85e34794e4e517d96a3fac7e4917e83dcddfaf82
1 /* PR sanitizer/64981 */
2 /* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
3 /* { dg-options "-fsanitize=address -march=x86-64" } */
5 int
6 main ()
8 __builtin_ia32_rdtsc ();
9 return 0;
12 /* { dg-final { scan-assembler-not "__builtin_ia32_rdtsc" } } */