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: Question on fixup_abnormal_edges


    I think problem is different.  The call with live register over is
    noreturn, so there should really be no register alive at first place.
    Hope I will find time to investigate this more at evening.

Noreturn doesn't mean no exception.  If something is set before the call
and used in an EH, it would seem to be to be live over the call even though
it's noreturn.


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