This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Issue with find_tail_calls
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: richard dot guenther at gmail dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 18 Nov 05 08:59:25 EST
- Subject: Re: Issue with find_tail_calls
Be careful, tree_ssa_useless_type_conversion_1 strips CV qualifiers
from pointers, f.i. See various different cleanup-patches I posted
long time ago.
Right, but the point is that whatever it does, at least that code (and
perhaps other current callers of the lang hook) have to duplicate exactly.
Whether it should strip those or not is, in my view, a different issue.