Re: Fix tree-optimization/20920

2005-04-11 Thread Diego Novillo
On Sun, Apr 10, 2005 at 09:53:00PM -0400, Andrew Pinski wrote: Could you try the patch in PR 20934 and see if it fixed the bootstrap problem on i686-linux? It does. What's the status of that patch? It almost looks obvious to me. Diego.

Re: Fix tree-optimization/20920

2005-04-11 Thread Diego Novillo
On Sun, Apr 10, 2005 at 09:47:25PM -0400, Diego Novillo wrote: On Sun, Apr 10, 2005 at 05:38:31PM -0400, Andrew Pinski wrote: This fixes the bootstrap problem for me on powerpc-darwin. Thanks. I will commit as soon as I get a clean bootstrap. Got a clean bootstrap and test run using

Re: Fix tree-optimization/20920

2005-04-11 Thread Jeffrey A Law
On Sat, 2005-04-09 at 23:27 -0400, Diego Novillo wrote: Sigh. Another SSA_NAME flowing through EH edges getting in the way. I'm starting to think that it would be much better to make these SSA_NAME_OCCURS_IN_ABNORMAL_PHI into virtuals. We would avoid all the monkeying around that

Re: Fix tree-optimization/20920

2005-04-10 Thread Andrew Pinski
On Apr 9, 2005, at 11:27 PM, Diego Novillo wrote: Sigh. Another SSA_NAME flowing through EH edges getting in the way. I'm starting to think that it would be much better to make these SSA_NAME_OCCURS_IN_ABNORMAL_PHI into virtuals. We would avoid all the monkeying around that optimizers have to

Re: Fix tree-optimization/20920

2005-04-10 Thread Andrew Pinski
On Apr 9, 2005, at 11:27 PM, Diego Novillo wrote: Sigh. Another SSA_NAME flowing through EH edges getting in the way. I'm starting to think that it would be much better to make these SSA_NAME_OCCURS_IN_ABNORMAL_PHI into virtuals. We would avoid all the monkeying around that optimizers have to

Re: Fix tree-optimization/20920

2005-04-10 Thread Diego Novillo
On Sun, Apr 10, 2005 at 05:38:31PM -0400, Andrew Pinski wrote: This fixes the bootstrap problem for me on powerpc-darwin. Thanks. I will commit as soon as I get a clean bootstrap. Diego.

Re: Fix tree-optimization/20920

2005-04-10 Thread Andrew Pinski
On Apr 10, 2005, at 9:47 PM, Diego Novillo wrote: On Sun, Apr 10, 2005 at 05:38:31PM -0400, Andrew Pinski wrote: This fixes the bootstrap problem for me on powerpc-darwin. Thanks. I will commit as soon as I get a clean bootstrap. Could you try the patch in PR 20934 and see if it fixed the

Fix tree-optimization/20920

2005-04-09 Thread Diego Novillo
Sigh. Another SSA_NAME flowing through EH edges getting in the way. I'm starting to think that it would be much better to make these SSA_NAME_OCCURS_IN_ABNORMAL_PHI into virtuals. We would avoid all the monkeying around that optimizers have to do. It would involve a bit of trickery because we