aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/m68k/stack-limit-1.c
blob: b1e9b99b26c7379a32937dac1cc8301d9fce9389 (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 *-*-* } 1 } */

void dummy (void) { }