We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
https://gcc.gnu.org/bugzilla/attachment.cgi?id=49276&action=diff そもそも問題内容は、inline時にstrcmpと同じ扱いになるということらしい。 cfdでは基本的にstrncmp代替として使っていたから影響はない。 libwally-coreとsecp256k1の処理は影響がありそうなので、そちらは監視する。
Sorry, something went wrong.
http://r6.ca/blog/20200929T023701Z.html 参考URL間違えてた。
diff: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d5803b9876b3d11c93d1a10fabb3fbb1c4a14bd6
全体的に、builtin memcmpを使わないことにした模様。
k-matsuzawa
No branches or pull requests
Overview
Completion condition
The text was updated successfully, but these errors were encountered: