Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.target / m68k / stack-limit-1.c
1 /* -fstack-limit- should be ignored without an ICE if not supported.  */
2 /* { dg-do compile } */
3 /* { dg-options "-fstack-limit-symbol=_stack_limit -m68000" } */
4 /* { dg-warning "not supported" "" { target *-*-* } 1 } */
5
6 void dummy (void) { }