This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/88311] [9 Regression] mlongcall indirections are optimised away (for binutils versions that don't support AS_PLTSEQ)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
I don't profess to grok the intracecies of combine, but ISTM that the stored
indirection needs the moral equivalent of "used", or else it should surely be a
candidate for removal.  After all, that's a useful optimisation in other cases.

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