Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
tailcall-11.c
blob: 36e441775ff1210028ac16b97256cfd6fd624347 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-tailc-details" } */
struct
A
{};
void
goo
(
void
);
struct
A foo
(
void
)
{
goo
();
}
/* { dg-final { scan-tree-dump-times "Found tail call" 1 "tailc"} } */