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/63620] RELOAD lost SET_GOT dependency on Darwin


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

--- Comment #7 from UroÅ Bizjak <ubizjak at gmail dot com> ---
The difference si that the call to f128_p3 does not expand with "use (reg:SI
bx)" tag in the Darwin case. Probably ix86_expand_call should be fixed for
TARGET_MACHO.

However, even if this will solve bootstrap, the RA should be fixed to mark PIC
register live in case when constant is moved to memory.

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