blob: a23214c76f8638d7e6114028c6dacbd14e2e016c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-O2 -fomit-frame-pointer -mpreferred-stack-boundary=2" } */
int main ()
{
volatile unsigned code = 0xc3;
((void (*)(void)) &code) ();
return 0;
}
/* { dg-final { scan-assembler-not "call\[ \\t\]+\\*%esp" } } */