Skip to content

Commit bcfa971

Browse files
committed
Updates for release 3.11
1 parent 59c4003 commit bcfa971

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changelog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Release 3.11, 2022-06-27
2+
========================
3+
14
New features:
25
- Support `_Generic` expressions from ISO C11.
36

@@ -25,8 +28,8 @@ Bug fixes:
2528
- x86: changed the compilation of `__builtin_fmin` and `__builtin_fmax`
2629
so that their NaN behavior is the one documented in the manual.
2730
- Improved reproducibility of register allocation.
28-
(Compiling CompCert with two different OCaml versions could result
29-
in correct but different allocations.)
31+
(Before, compiling CompCert with two different OCaml versions could
32+
have resulted in correct but different allocations.)
3033
- Hardened the configure script against Cygwin installations that produce
3134
\r\n for end-of-lines (#434).
3235
- RISC-V: tail calls to far-away functions were causing link-time errors

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.10
1+
version=3.11
22
buildnr=
33
tag=
44
branch=

0 commit comments

Comments
 (0)