Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / m68k / stack-limit-1.c
blob5086edd77f7f0f5e75fb6564798260686fed5225
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 *-*-* } 0 } */
6 void dummy (void) { }