This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on GIMPLE semantics and EH
- 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: Fri, 13 Aug 2004 12:48:58 -0700
- Subject: Re: Question on GIMPLE semantics and EH
- References: <10408131859.AA16257@vlsi1.ultra.nyu.edu>
On Fri, Aug 13, 2004 at 02:59:51PM -0400, Richard Kenner wrote:
> Maybe, as you say. But .t04.generic has
>
> F36b = c761006_2__adj_checkDA (F36b, &another_target, 1);
>
> which already might be wrong depending on the definition of "wrong".
I don't suppose F36b has DECL_ARTIFICIAL set? If it does, then
that would explain the mistake -- the gimplifier thinks it
already *is* a temporary.
If so, we'll have to some up with some other way to identify
gimple temporaries.
r~