repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
tailcall-11.c
blob
36e441775ff1210028ac16b97256cfd6fd624347
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-tailc-details" } */
3
4
struct
A
{};
5
6
void
goo
(
void
);
7
struct
A
foo
(
void
)
8
{
9
goo
();
10
}
11
12
/* { dg-final { scan-tree-dump-times "Found tail call" 1 "tailc"} } */