repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strub: enable conditional support
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
strub-defer-Os.c
blob
67ea9f0463975067550ba33117c18cc1b8026376
1
/* { dg-do run } */
2
/* { dg-options "-fstrub=strict -Os" } */
3
/* { dg-require-effective-target strub } */
4
5
/* Check that a strub function called by another strub function defers the
6
strubbing to its caller at -Os. */
7
8
#include
"strub-defer-O3.c"