File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release 3.7, 2020-03-31
2
+ =======================
3
+
1
4
ISO C conformance:
2
5
- Functions declared `extern` then implemented `inline` remain `extern`
3
6
- The type of a wide char constant is `wchar_t`, not `int`
Original file line number Diff line number Diff line change 24
24
25
25
< H1 align ="center "> The CompCert verified compiler</ H1 >
26
26
< H2 align ="center "> Commented Coq development</ H2 >
27
- < H3 align ="center "> Version 3.6, 2019-09-17 </ H3 >
27
+ < H3 align ="center "> Version 3.7, 2020-03-31 </ H3 >
28
28
29
29
< H2 > Introduction</ H2 >
30
30
@@ -101,6 +101,8 @@ <H3>Definitions and theorems used in many parts of the development</H3>
101
101
< LI > < A HREF ="html/compcert.common.Determinism.html "> Determinism</ A > : determinism properties of small-step semantics.
102
102
< LI > < A HREF ="html/compcert.powerpc.Op.html "> < I > Op</ I > </ A > : operators, addressing modes and their
103
103
semantics.
104
+ < LI > < A HREF ="html/compcert.common.Builtins.html "> Builtins</ A > : semantics of built-in functions. < BR >
105
+ See also: < A HREF ="html/compcert.common.Builtins0.html "> Builtins0</ A > (target-independent part), < A HREF ="html/compcert.powerpc.Builtins1.html "> < I > Builtins1</ I > </ A > (target-dependent part).
104
106
< LI > < A HREF ="html/compcert.common.Unityping.html "> Unityping</ A > : a solver for atomic unification constraints.
105
107
</ UL >
106
108
You can’t perform that action at this time.
0 commit comments