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

/* Check that a strub function called by another strub function does NOT defer
   the strubbing to its caller at -O1.  */

#include "strub-defer-O2.c"