strub: enable conditional support
[official-gcc.git] / gcc / testsuite / c-c++-common / strub-tail-O1.c
blobba4b1623e281a57b76a1bb4a1a0d3196c15f05c6
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fstrub=strict -fno-exceptions -fdump-ipa-strub" } */
3 /* { dg-require-effective-target strub } */
5 #include "strub-tail-O2.c"
7 /* { dg-final { scan-ipa-dump-times "strub_enter" 2 "strub" } } */
8 /* { dg-final { scan-ipa-dump-times "strub_update" 2 "strub" } } */
9 /* { dg-final { scan-ipa-dump-times "strub_leave" 2 "strub" } } */