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: [tree-ssa-cfg] BIND_EXPR removal



nope, both problems I have detected should also be on mainline. The first is the dom_children allocated by gc (this I fixed). The second one is that dominance_info structure contains varray that is also allocated by gc. Both of these cause problems when dominators are recomputed,

I should also note that once Andrew fixes the remaining critical edge splitting bugs, so i can pre-split critical edges in PRE, we won't be needing to recompute dominators anymore in SSAPRE, so the problem goes away.
:P


 since this is done after ggc_push_context.
I will of course do the proper fix once I have a time,
this is just a workaround to make the branch bootstrap.

Zdenek


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