blob: c73034a46241f5a5260c3b2bca24e172555ce0b0 [file] [log] [blame]
/* { dg-do "compile" { target *-*-linux* } } */
/* { dg-options "-O1 -fpatchable-function-entry=1 -fasynchronous-unwind-tables" } */
/* Test the placement of the .LPFE0 label. */
void
foo (void)
{
}
/* { dg-final { scan-assembler "\t\.cfi_startproc\n.*\.LPFE0:\n\tnop\n\tret\n" } } */