[Bug jit/64810] jit not working on armv7hl ("ld: error: /tmp/libgccjit-ZGemdr/fake.so uses VFP register arguments, /tmp/ccJFCBsE.o does not")

dmalcolm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 29 15:56:00 GMT 2015


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

--- Comment #19 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(In reply to ramana.radhakrishnan@arm.com from comment #18)
[...snip...]
> Yes this value is bogus as are the other .cpu values - the assembler 
> output suggests to me that the configure time options aren't being 
> passed at all from the driver down when used as a jit. Given the 
> configure options I would expect
> 
> .arch armv7-a
> .fpu vfpv3-d16
> 
> and an EABI attribute tag to indicate the PCS.
> 
> I think you've worked this out reading down-thread.

Thanks for the confirmation.  I'm testing a patch for this now.



More information about the Gcc-bugs mailing list