[Bug target/101395] [11/12 regression] Compile failure with -march=native -m32 on sapphirerapids

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 12 13:58:20 GMT 2021


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Wouldn't it work to instead wrap the -muintr option from local_cpu_detect into
%{m64|mx32:-muintr} or %{!m32:-muintr} depending on TARGET_64BIT_DEFAULT ?
-muintr-native is ugly...


More information about the Gcc-bugs mailing list