-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Building with clang 16 #10947
New issue
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
Comments
Providing -ac_cv_c_undeclared_builtin_options='none needed'
+ac_cv_c_undeclared_builtin_options='-fno-builtin' |
The cause is
https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html |
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this issue
Mar 26, 2023
- remove _mv in favour of amove, fpm/status.html moved to share - as clang16 is the default added -Wno-error=implicit-function-declaration php/php-src#10947
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code fails to pass configure check using clang 16
php-src/ext/imap/config.m4
Lines 232 to 240 in 345abce
Resulted in this output:
But I expected this output instead:
Additionally comparing
config.log
I see another failuesPHP Version
PHP 8.2.4
Operating System
Alpinelinux https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/45389#note_298190
The text was updated successfully, but these errors were encountered: