This is the mail archive of the gcc-patches@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: [PATCH] PR tree-optimization/16808: verify_ssa failed: Missing definition for SSA_NAME


On Tue, Aug 03, 2004 at 04:30:44PM -0600, Jeffrey A Law wrote:
> This seems like the wrong way to approach this problem and rather
> heavy-weight.  We're really trying to get away from calling back
> into the SSA renamer as often as we currently do.

It is, however, no different from what we do in SRA for 
this exact same problem.

> I suggest waiting until Andrew's immediate uses work is done -- it
> may fix this problem as a side effect.  At the least it will make
> updating the SSA graph trivial for this kind of thing.

I would think that once Andrew's work is in, this can be changed.


r~


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