Skip to content

Commit 6dace9b

Browse files
committed
Updates for release 3.7
1 parent 144f466 commit 6dace9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Release 3.7, 2020-03-31
2+
=======================
3+
14
ISO C conformance:
25
- Functions declared `extern` then implemented `inline` remain `extern`
36
- The type of a wide char constant is `wchar_t`, not `int`

doc/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<H1 align="center">The CompCert verified compiler</H1>
2626
<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>
2828

2929
<H2>Introduction</H2>
3030

@@ -101,6 +101,8 @@ <H3>Definitions and theorems used in many parts of the development</H3>
101101
<LI> <A HREF="html/compcert.common.Determinism.html">Determinism</A>: determinism properties of small-step semantics.
102102
<LI> <A HREF="html/compcert.powerpc.Op.html"><I>Op</I></A>: operators, addressing modes and their
103103
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).
104106
<LI> <A HREF="html/compcert.common.Unityping.html">Unityping</A>: a solver for atomic unification constraints.
105107
</UL>
106108

0 commit comments

Comments
 (0)