https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234232
--- Comment #11 from Dimitry Andric <[email protected]> --- (In reply to Nuno Teixeira from comment #10) This was fixed and/or worked around by aws-checksums upstream in <https://github.com/awslabs/aws-checksums/commit/ad53be196a25bbefa3700a01187fdce573a7d2d0>, where they changed the inline asm constraints. See also <https://github.com/awslabs/aws-checksums/issues/49> and <https://github.com/awslabs/aws-checksums/pull/57>. Note that the clang bug is still open, and there are even 4 different bug reports for it: <https://github.com/llvm/llvm-project/issues?q=is%3Aissue+is%3Aopen+processTiedPairs> :) However, the clang assertion is not triggered anymore due to the changes in aws-checksums. So, the whole USE_GCC thing can be deleted now. -- You are receiving this mail because: You are the assignee for the bug.
