This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] extra copy
On Thu, 2003-11-13 at 15:05, Diego Novillo wrote:
> On Thu, 2003-11-13 at 14:46, Dan Nicolaescu wrote:
>
> > I don't know if this is a known issue, but it might ring a bell for
> > someone...
> >
> Yeah, known issue. It's fixed in one of my local trees, but I'm still
> not finished fixing some of the other problems caused by my changes.
> This is related to PR 12747.
>
I forgot to add. With my changes, we compile that function into:
bar ()
{
Zi.re = 123;
Zi.im = 428;
}
Diego.