aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-25 18:41:27 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-25 18:42:12 +0200
commitbcfa971ddc81ef78a9d10187e046304207bf3df6 (patch)
tree2b36fdfbcbe38f73df7a1f12283da5e2980631de /Changelog
parent59c40033462c08095b068e490ab3ef246ddb67f5 (diff)
downloadcompcert-bcfa971ddc81ef78a9d10187e046304207bf3df6.tar.gz
compcert-bcfa971ddc81ef78a9d10187e046304207bf3df6.zip
Updates for release 3.11
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 7690630b..5dc56c1b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Release 3.11, 2022-06-27
+========================
+
New features:
- Support `_Generic` expressions from ISO C11.
@@ -25,8 +28,8 @@ Bug fixes:
- x86: changed the compilation of `__builtin_fmin` and `__builtin_fmax`
so that their NaN behavior is the one documented in the manual.
- Improved reproducibility of register allocation.
- (Compiling CompCert with two different OCaml versions could result
- in correct but different allocations.)
+ (Before, compiling CompCert with two different OCaml versions could
+ have resulted in correct but different allocations.)
- Hardened the configure script against Cygwin installations that produce
\r\n for end-of-lines (#434).
- RISC-V: tail calls to far-away functions were causing link-time errors