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: [RFC gomp] Fix PR c++/25874


On Tue, Apr 18, 2006 at 08:24:34AM -0400, Jakub Jelinek wrote:
> 	* omp-low.c (expand_omp_parallel): If child_cfun->cfg, free dominators,
> 	post dominators and cleanup cfg before returning.

I had moved the cleanup_tree_cfg out to the top-level because
the cleanup invalidated basic blocks in the omp_region tree.
Perhaps that's fixed by your sched_kind fix.  If so, we should
simpy revert my previous fix, likely.

I guess I'll look into this after pre-processing my post-vacation
mailbox.


r~


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