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] RTL prologue/epilogue for SPARC


> I get ICEs in the BB reordering pass, which is run before I emit the 
> epilogue, because the pass calls the cfglayout machinery and there is no 
> return insn.  So I'd think the problem comes from what you call "stressing 
> the cfglayout code a bit more" rather than from the back-end per se.

Did you try this with the patch I posted for PR 16060?

> And?  Every time gen_epilogue is called, the return is emitted by the 
> expander (there is no DONE, unlike in sh.md).  What do you want me to do 
> instead?

Sorry, I missed that.  So your patch is all right (or at least in that
aspect).


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