blob: 5086edd77f7f0f5e75fb6564798260686fed5225 (
plain)
1
2
3
4
5
6
|
/* -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) { }
|