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]

Re: fix cse/resource register lifetime inconsistency


I suspect the macro is still needed.

If you have call expanders which emit an insn to restore the PIC register
after a call, then the optimizer might optimize away that instruction unless
you tell it that calls clobber the PIC register.

Jim



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