On Wed, 4 Apr 2018 22:08:16 +0200 Sylvestre Ledru <sylves...@debian.org> wrote: > As this has been the case for a long time, it shows that it isn't a severe > issue.
It's not a severe issue because it's easy to fix/work around: just passing -march=i686 to Clang is enough. I was never hit by this problem because I'm in the habit of passing the pertinent -march to the compiler always, so I'm not affected by compiler defaults. Besides, this behavior is the upstream default anyway.