https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117766
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|documentation | --- Comment #11 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- (In reply to Tom Lane from comment #10) > I could make sense of all this if you were to say "your -march overrides the > default -mfpu". Which would be fine, but it's still the case that the gcc > documentation and switch design say that -march=armv8-a implies FPU support. > At the very least you've got a documentation bug there. No, it's only said so for AArch64 target, not the ARM target. They are two completely different targets for GCC.