|
/* { dg-do "compile" } */
|
|
/* { dg-options "-O1 -fpatchable-function-entry=1 -fasynchronous-unwind-tables" } */
|
|
|
|
/* Test the placement of the .LPFE1 label. */
|
|
|
|
void
|
|
foo (void)
|
|
{
|
|
}
|
|
|
|
/* { dg-final { scan-assembler "\t\.cfi_startproc\n.*\.LPFE1:\n\tnop\n\tret\n" } } */
|