This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] ssa copy-prop issue
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Andrew Macleod <amacleod at redhat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 04 Jun 2003 18:48:47 -0400
- Subject: Re: [tree-ssa] ssa copy-prop issue
- Organization: Red Hat Canada
- References: <wvlwug1o4z2.fsf@prospero.boston.redhat.com>
On Wed, 2003-06-04 at 18:25, Jason Merrill wrote:
> Basically, the !var_is_live test isn't conservative enough. Commenting it
> out fixes bootstrap/test with my patch. Would you mind if I check in such
> a change until out-of-ssa is ready?
>
Well, out-of-ssa *is* ready. If you give me another hour or so, I will
have committed Andrew's patch and my fix to non-aggregate variables.
Diego.