-
Notifications
You must be signed in to change notification settings - Fork 401
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
Build fails with clang 19.x #2804
Comments
Confirming that xtensor builds fail with Clang 19 stable. |
Just for curiosity, can you share more details what you tried? What versions of xtl, xsimd, xtensor? What version of clang? And what OS? |
@emmenlau Output of
Xtensor and others: FetchContent_Declare(
xtl
GIT_REPOSITORY https://github.com/xtensor-stack/xtl.git
GIT_TAG 0.7.7
)
FetchContent_Declare(
xsimd
GIT_REPOSITORY https://github.com/xtensor-stack/xsimd.git
GIT_TAG 13.0.0
)
FetchContent_Declare(
xtensor
GIT_REPOSITORY https://github.com/xtensor-stack/xtensor.git
GIT_TAG 0.25.0
) Compiler errors:
Let me know if you need any more info. |
I should also add that this compiles successfully from Clang 14-18. |
I guess this is the same issue raised in #2783 |
Yup, looks like it. Feel free to close this as a duplicate. |
There are some build errors with clang 19.1.0-rc3. Not going into details, as this seems just untested right now.
The text was updated successfully, but these errors were encountered: