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]

Re: try_split lossage


>>>>> Jeffrey A Law <law@cygnus.com> writes:

 >> There seems to be the potential to break EH if RTX_FRAME_RELATED_P is
 >> incorrect, however I'm somewhat naive when it comes to EH or dwarf2.

 > Ah.  I wasn't aware of that usage.

I think it's the only usage of RTX_FRAME_RELATED_P; it's certainly what I
added it for.

 > But it's easy to handle -- if the insn we split was marked as frame
 > related, the resulting insns must also be frame related.

Yup.

Jason


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