c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / strub-short-O0.c
blob30cbdd819f1765224636a6d2c4a43a94cfc611fd
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -fstrub=strict -fno-exceptions -fdump-ipa-strub" } */
3 /* { dg-require-effective-target strub } */
5 /* Check that the expected strub calls are issued. */
7 #include "torture/strub-callable1.c"
9 /* { dg-final { scan-ipa-dump-times "strub_enter" 45 "strub" } } */
10 /* { dg-final { scan-ipa-dump-times "strub_update" 4 "strub" } } */
11 /* { dg-final { scan-ipa-dump-times "strub_leave" 45 "strub" } } */