1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-tailc-details" } */
3 /* Test provided by Richard Earnshaw in PR 14312. */
19 /* The test has no local call-clobbered variables. Only the memory
20 tag for 'x' is call-clobbered. And since tags are not real
21 variables, they ought to be ignored. There should be two tail
23 /* { dg-final { scan-tree-dump-times "Found tail call" 2 "tailc"} } */
24 /* { dg-final { cleanup-tree-dump "tailc" } } */