blob: 7a030cdb9e9e6955aa3eea0379e30c129bb9bb4f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { dg-do compile } */
/* { dg-options "-fsplit-stack" } */
/* { dg-require-effective-target strub } */
/* { dg-require-effective-target split_stack } */
void __attribute__ ((__strub__))
f () {} /* { dg-message "not eligible|requested" } */
void __attribute__ ((__strub__ ("internal")))
g () {} /* { dg-message "not eligible|requested" } */
|