Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / cet-sjlj-6b.c
blob6ec4b834bfbdff49133c3a85a23540e4f62d35ac
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O -maddress-mode=long -fcf-protection -mx32" } */
3 /* { dg-final { scan-assembler-times "endbr64" 2 } } */
4 /* { dg-final { scan-assembler-times "movq\t.*buf\\+16" 1 } } */
5 /* { dg-final { scan-assembler-times "subq\tbuf\\+16" 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"