2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / cet-sjlj-6b.c
blobce111631ac12ae0b03a1db0185d6bca5d10a4e87
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O -maddress-mode=long -fcf-protection -mcet -mx32" } */
3 /* { dg-final { scan-assembler-times "endbr64" 2 } } */
4 /* { dg-final { scan-assembler-times "movq\t.*buf\\+12" 1 } } */
5 /* { dg-final { scan-assembler-times "subq\tbuf\\+12" 1 } } */
6 /* { dg-final { scan-assembler-times "shrl\t\\\$3," 1 } } */
7 /* { dg-final { scan-assembler-times "rdsspq" 2 } } */
8 /* { dg-final { scan-assembler-times "incsspq" 2 } } */
10 #include "cet-sjlj-6a.c"