[Bug tree-optimization/71761] missing tailcall optimization
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 4 19:36:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71761
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-07-04
Ever confirmed|0 |1
Severity|normal |enhancement
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
Works with typedef int token;
Fails with struct token { int i; };
More information about the Gcc-bugs
mailing list