testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / strub-defer-Os.c
blob67ea9f0463975067550ba33117c18cc1b8026376
1 /* { dg-do run } */
2 /* { dg-options "-fstrub=strict -Os" } */
3 /* { dg-require-effective-target strub } */
5 /* Check that a strub function called by another strub function defers the
6 strubbing to its caller at -Os. */
8 #include "strub-defer-O3.c"