This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on GIMPLE semantics and EH


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]