blob: 94b7988ec76ae8610e8585efdc883e6d351621e3 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
/* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */
/* { dg-skip-if "" { powerpc_elfv2 } { "*" } { "" } } */
/* { dg-options "-O2 -mno-pointers-to-nested-functions" } */
int
call_ptr (int (func) (void))
{
return func () + 1;
}
/* { dg-final { scan-assembler-not "ld 11,16(3)" } } */