1 /* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
2 /* { dg-options "-march=opteron-sse3 -Ofast --param l1-cache-line-size=3 -Wdisabled-optimization" } */
3 /* { dg-require-effective-target indirect_jumps } */
7 extern void abort (void);
13 __builtin_longjmp (buf
, 1);
16 int execute(int cmd
) /* { dg-warning "'l1-cache-size' parameter is not a power of two 3" } */
20 if (__builtin_setjmp (buf
) == 0)
33 int execute2(int cmd
, int cmd2
)
37 if (__builtin_setjmp (buf
) == 0)
56 if (execute2 (1, 2) == 0)