File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # CBMC 6.7.1
2+
3+ This release addresses bugs in our handling of array-update ("with")
4+ expressions (via #8674) and gaps in our C17/C23 support (via #8673).
5+
6+ ## Bug Fixes
7+ * Remove deprecated make_with_expr by @tautschnig in https://github.com/diffblue/cbmc/pull/8666
8+ * Remove deprecated is_null_pointer by @tautschnig in https://github.com/diffblue/cbmc/pull/8665
9+ * Stop using GNU parallel on windows-2022 runner by @tautschnig in https://github.com/diffblue/cbmc/pull/8669
10+ * Support C17, C23 standards with goto-cc by @tautschnig in https://github.com/diffblue/cbmc/pull/8673
11+ * Restrict with_exprt to exactly three operands by @tautschnig in https://github.com/diffblue/cbmc/pull/8674
12+
13+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.7.0...cbmc-6.7.1
14+
115# CBMC 6.7.0
216
317This release adds aarch64 va_list support (via #8572), which makes all tests
Original file line number Diff line number Diff line change 4747OSX_IDENTITY = "Developer ID Application: Daniel Kroening"
4848
4949# Detailed version information
50- CBMC_VERSION = 6.7.0
50+ CBMC_VERSION = 6.7.1
5151
5252# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
5353# CUDD = ../../cudd-3.0.0
Original file line number Diff line number Diff line change 11[package ]
22name = " libcprover_rust"
3- version = " 6.7.0 "
3+ version = " 6.7.1 "
44edition = " 2021"
55description = " Rust API for CBMC and assorted CProver tools"
66repository = " https://github.com/diffblue/cbmc"
You can’t perform that action at this time.
0 commit comments