Skip to content

Commit

Permalink
Updates for release 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jun 25, 2022
1 parent 59c4003 commit bcfa971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Release 3.11, 2022-06-27
========================

New features:
- Support `_Generic` expressions from ISO C11.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.10
version=3.11
buildnr=
tag=
branch=

0 comments on commit bcfa971

Please sign in to comment.