aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/strub-defer-Os.c
blob: 67ea9f0463975067550ba33117c18cc1b8026376 (plain)
1
2
3
4
5
6
7
8
/* { dg-do run } */
/* { dg-options "-fstrub=strict -Os" } */
/* { dg-require-effective-target strub } */

/* Check that a strub function called by another strub function defers the
   strubbing to its caller at -Os.  */

#include "strub-defer-O3.c"