This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on tree-ssa-loop-im.c:for_each_index
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rakdver at atrey dot karlin dot mff dot cuni dot cz
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 20 Mar 05 15:20:47 EST
- Subject: Re: Question on tree-ssa-loop-im.c:for_each_index
however, avoiding possibly a large amount of bugs in code that does not
expect this corner case. I would certainly consider it much cleaner
solution than adding hacks to for_each_index and possibly other places
that do not expect something as weird.
But there are a *huge* number of types. You have arrays, records, even FP
to integer and vice versa.
That being said, I think your patch is safe and will not break any of
the uses of for_each_index.
OK, thanks.