Sign in
gnu
/
gcc
/
refs/heads/devel/omp/gcc-9
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
sibcall-1.c
blob: 272228dd64061b59a35efd91f80024453bc3d0df [
file
] [
log
] [
blame
]
/* { dg-do compile { target { { ! x32 } && nonpic } } } */
/* { dg-options "-O2" } */
extern
int
(*
foo
)(
int
);
int
boo
(
int
a
)
{
return
(*
foo
)
(
a
);
}
/* { dg-final { scan-assembler-not "mov" } } */