You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CBMC version: 5.83.0
Operating system: Debian 12
Exact command line resulting in the issue: cmake -S . -Bbuild -Dsat_impl="cadical" ; cmake --build build
What behaviour did you expect: Successful compilation with cadical as SAT solver.
What happened instead: Compilation error.
Lots of errors like this:
solver.cpp:259:3: error: ‘nonnull’ argument ‘this’ compared to NULL [-Werror=nonnull-compare]
I can work around this by configuring with something like this instead:
Maintenance update to the latest release, no notable performance
differences expected or observed.
Also patch out the comparison of `this` against `NULL`, which we
reported upstream as arminbiere/cadical#54.
Fixes: diffblue#7725
Maintenance update to the latest release, no notable performance
differences expected or observed.
Also patch out the comparison of `this` against `NULL`, which we
reported upstream as arminbiere/cadical#54.
Fixes: diffblue#7725
CBMC version: 5.83.0
Operating system: Debian 12
Exact command line resulting in the issue: cmake -S . -Bbuild -Dsat_impl="cadical" ; cmake --build build
What behaviour did you expect: Successful compilation with cadical as SAT solver.
What happened instead: Compilation error.
Lots of errors like this:
I can work around this by configuring with something like this instead:
The text was updated successfully, but these errors were encountered: