File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ Release 3.11, 2022-06-27
2
+ ========================
3
+
1
4
New features:
2
5
- Support `_Generic` expressions from ISO C11.
3
6
@@ -25,8 +28,8 @@ Bug fixes:
25
28
- x86: changed the compilation of `__builtin_fmin` and `__builtin_fmax`
26
29
so that their NaN behavior is the one documented in the manual.
27
30
- 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.)
30
33
- Hardened the configure script against Cygwin installations that produce
31
34
\r\n for end-of-lines (#434).
32
35
- RISC-V: tail calls to far-away functions were causing link-time errors
Original file line number Diff line number Diff line change 1
- version=3.10
1
+ version=3.11
2
2
buildnr=
3
3
tag=
4
4
branch=
You can’t perform that action at this time.
0 commit comments