We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dcac4 commit a4ad87bCopy full SHA for a4ad87b
Changelog.md
@@ -1,4 +1,4 @@
1
-# Release 3.16
+# Release 3.16, 2025-09-01
2
3
Code generation and optimization:
4
- Extend neededness analysis to 64-bit integer operations, enabling more useless integer computations to be removed.
@@ -23,6 +23,7 @@ Usability:
23
- Recognize options `-pie` and `-no-pie` and pass them to the linker.
24
- Recognize options `-MD` and `-MMD` and pass them to the preprocessor.
25
- On BSD platforms, use `cc` instead of `gcc` as the default preprocessor and linker.
26
+- On BSD platforms, add `-z nobtcfi` linker option. (This turns IBT/BTI off on OpenBSD, until it is properly supported by CompCert.)
27
28
Rocq/Coq development:
29
- Support Coq 8.21 (#545)
0 commit comments