This is the mail archive of the gcc-bugs@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: Fix tree-optimization/20920



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 do.  It would
involve a bit of trickery because we only detect them when they
first go into SSA form, but it's doable.  Comments from EH folks?

But we loose too much optimizations in C++.


Not committed yet.  Mainline is segfaulting somewhere in libjava
with and without my patch.  Somewhere in final code generation.
I still haven't looked hard.

Could anyone with access to a darwin machine test this patch for
me?

I will test this soon.


Thanks,
Andrew Pinski


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