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 driver/81653] gcc configured with --enable-default-pie on SPARC miscompiles hand-written .s files


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

--- Comment #7 from Bruno Haible <bruno at clisp dot org> ---
And what do you think about the fact that it produces crashing code without any
warning?

Is there a chance that 'as' could emit a warning when it produces
R_SPARC_GOT22/R_SPARC_GOT10 relocations instead of the intended
R_SPARC_HI22/R_SPARC_LO10 relocations?

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