This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gimplify_parameters
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 21 Dec 04 10:08:25 EST
- Subject: Re: gimplify_parameters
Which is actually a symptom of a tree sharing problem between the
array size and the array dimension.
But why is that sharing a "problem"? There's no rule that we not share
such trees, only that we not share trees within statements.