https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112643
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|bootstrap |target
Keywords| |rejects-valid
Summary|[14 regression] including |[14 regression] including
|x86intrin.h is broken for |x86intrin.h is broken for
|-march=native |-march=native (which adds
| |-mno-avx10.1-256 )
--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
`-march=native` will add `-mno-avx10.1-256` to the command line and that causes
the failure.