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 jit/64810] jit not working on armv7hl ("ld: error: /tmp/libgccjit-ZGemdr/fake.so uses VFP register arguments, /tmp/ccJFCBsE.o does not")


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

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Wouldn't it be better to move the minimal spec parsing stuff from gcc.c to a
separate source file that you could link into libgccjit.so?
Adding another native build only restriction is undesirable.


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