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 target/79066] [7 Regression] non-PIC code generated for powerpc glibc with -fpic


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

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
-mno-lra calls rs6000_emit_move to load the address of the const mem
it creates; -mlra does not.  It should, but how what where.

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