https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64810
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Both the compiler and libgccjit were configured with: --with-tune=cortex-a8 --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux on the configure command line. Perhaps some of these options are set for driver only (libgccjit presumably doesn't use any driver) and need to be passed explicitly to the compiler?