This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on gimplify.c:create_tmp_var
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 6 Jun 2004 15:45:12 -0700
- Subject: Re: Question on gimplify.c:create_tmp_var
- References: <10406062151.AA02462@vlsi1.ultra.nyu.edu>
On Sun, Jun 06, 2004 at 05:51:14PM -0400, Richard Kenner wrote:
> I don't see what's wrong with the current solution: all it means is a
> few-line change in one routine.
Hah! Every time you drastically change what is valid gimple,
you have to change all of the optimizers.
r~