https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111555
Fangrui Song <i at maskray dot me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i at maskray dot me --- Comment #5 from Fangrui Song <i at maskray dot me> --- It seems that newer ports prefer -mstrict-align/-mno-strict-align to -mno-unaligned-access/-munaligned-access. Clang handling these options as aliases is unfortunate. I'll fix this issue in https://github.com/llvm/llvm-project/pull/85350 (hopefully milestone: 19.1.0)