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/78255] [5/6/7 regression] Indirect sibling call causing wrong code generation for ARM


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

--- Comment #8 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
Hmm, why is this even being considered on ARM?

arm.h:#define NO_FUNCTION_CSE 1

doc/tm.texi
@defmac NO_FUNCTION_CSE
Define this macro to be true if it is as good or better to call a constant
function address than to call an address kept in a register.
@end defmac

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