https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118955
avieira at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avieira at gcc dot gnu.org --- Comment #10 from avieira at gcc dot gnu.org --- FWIW people currently blocked by this can disable simdclones using -fdisable-ipa-simdclone. Wilco's approach is partly glibc side and partly gcc side and has the benefit of blocking the vectorization in older GCC's if we manage to backport the change to glibc to all versions that introduced these vector routines, which I think are less than GCC versions that use the fortran preinclude? Having said that, there's always the question of how likely gcc versions that are out of support and no longer active are going to be paired with a glibc version that uses these vector routines... No strong feelings here, but just wanted to point that out, even if maybe obvious.