在 2022/11/1 18:18, Martin Storsjö 写道:
Attached is a patch that goes on top of this, which reverts the parts which should be strictly unnecessary (and currently are breaking Clang on i386).
I suddenly realized that this could result in infinite loops with Clang, so not sure we should accept the other parts that didn't get reverted by your patch.
My patch results in code like ``` declaration of `__mingw_vsprintf` declaration of `vsprintf` with an asm renaming attribute GNU inline definition of `vsprintf` ```This structure looks very similar to https://github.com/llvm/llvm-project/issues/58724#issuecomment-1298505921 and (I think) will result in infinite recursion if compiled with clang.
-- Best regards, LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
