Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gcc.target
/
m68k
/
stack-limit-1.c
blob: 5086edd77f7f0f5e75fb6564798260686fed5225 [
file
] [
log
] [
blame
]
/* -fstack-limit- should be ignored without an ICE if not supported. */
/* { dg-do compile } */
/* { dg-options "-fstack-limit-symbol=_stack_limit -m68000" } */
/* { dg-warning "not supported" "" { target *-*-* } 0 } */
void
dummy
(
void
)
{
}