This is the mail archive of the gcc@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: selective scheduler failure


On Tue, Jul 17, 2012 at 8:39 PM, Alex Turjan <aturjan@yahoo.com> wrote:
>
> Hi,
> I tried the patch but it doesnt solve my problem.
> The patch addresses the problem on the else branch but my problem is on the if:
> if (can_merge_blocks_p (bb->prev_bb, bb))
>     sel_merge_blocks ...

I don't understand. You said earlier that the assert in move_bb_info
failed, but the patch removes that assert. So how does the failure
look now? Can you provide a reproducible testcase?

Alexander


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