2 /* { dg-additional-options "-mno-speculate-indirect-jumps -Wno-pedantic" } */
3 /* { dg-warning "'-mno-speculate-indirect-jumps' is deprecated" "" { target *-*-* } 0 } */
5 /* Test for deliberate misprediction of computed goto. */
7 int __attribute__((noinline
)) bar (int i
)
12 int __attribute__((noinline
)) baz (int i
)
17 int __attribute__((noinline
)) spaz (int i
)
24 static void *labptr
[] = { &&lab0
, &&lab1
, &&lab2
};