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] |
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,
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] |