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: Problem with GP on IA64


    > But that doesn't work because when EH is in effect, the CALL_INSN ends
    > a basic block so the CALL_INSN and that move are in different basic
    > blocks so in_post_call_group_p doesn't see the move.

    Then we need to handle this similarly.

Can you be more specific?  Is there a way of telling sched "don't put an
insn in front of me"?

    Curious, though, that this didn't show up with c++ or java...

It doesn't show up on thousands of Ada tests either, so it's clearly rare.


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