Open jamesjer opened 2 months ago
Thank you for the report, @jamesjer. There's a fix for the test in #785. I can make a 0.23.1 release that includes the fix, if that'd be useful.
Thank you for the quick response! I'm okay with waiting until the next time you have a reason to make a release, actually. I can patch the test locally until then.
Describe the bug
context When I compile ocaml-ctypes 0.23.0 with gcc 14.1.1 and run the tests, one test fails. GCC 14.x is stricter about incompatible pointer types than previous versions of GCC.
expectation I expect the tests to pass.
bug But instead the compiler throws an error:
This code appears to have been generated from tests/test-oo_style/stubs/functions.ml, lines 84 and 85.
problem This is a problem for Linux distribution packagers, because we want to see package tests succeed.
Reproduce the bug
List your environment
The following Fedora packages are installed (not a complete list; devel packages are also installed in most cases):