https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112526
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> --- Created attachment 56581 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56581&action=edit camellia-PR112526.tar.xz Binaries were built with: * bad: 89e5d902fc55ad375f149f25a84c516ad360a606 (r14-4968-g89e5d902fc55ad) * good: 8697d3a1dcf32750a3b9dc007586eb5f9ba5f17a (r14-4967-g8697d3a1dcf327) The bad object looks like camellia.o as: rm ./libavutil/camellia.o ./libavutil/tests/camellia.o ./libavutil/tests/camellia -f ; gcc -m32 ... # rebuild camelia.o ; make fate-camellia fixes it (and can toggle it on/off by changing -march)