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

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> The function init_sparc64_elf_hwcap(void) [1] unconditionally enables it
> with:
> 
> cap |= (AV_SPARC_MUL32 | AV_SPARC_DIV32 | AV_SPARC_V8PLUS);
> 
> So, I think it should be safe and enable V8+ on sparc64 for 32-bit targets
> the same way it is done on Solaris.

OK, thanks, running the testsuite of the modified compiler with -m32 does not
exhibit anything suspicious either, so I'm going to make the change on
mainline.

Reply via email to