-
Notifications
You must be signed in to change notification settings - Fork 262
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
Incompatible function pointer when building with clang-16 #2715
Comments
Interesting, thank you for letting us know. I will take a look. |
Taking a look at fixing this, I'm now observing it again after merging #2958. @edwardhartnett do you folks use |
No we don't use clang. |
I'm also seeing this on Frontier builds with Cray and v4.9.2: InstalledDir: /opt/cray/pe/cce/17.0.0/cce-clang/x86_64/share/../bin v4.9.3-rc1 does not have an issue and successfully compiled. |
Thanks for confirming @brtnfld. I'm prepping the netCDF-Fortran rc1 to go out tomorrow, although there appears to be an FPE-related issue in netCDF-Fortran (reported via our eSupport system) that I am going to open as a github issue; it may need to be addressed at a higher priority once I confirm it. |
I am experiencing errors when compiling netcdf 4.9.2 with clang-16 and hdf5 1.14.1. Compiling with clang-15 and same hdf5 version works fine.
OS: macOS Ventura 13.4 (arm)
The text was updated successfully, but these errors were encountered: