Skip to content

Commit 3505be5

Browse files
committed
Updates for release 3.14
1 parent 330dd44 commit 3505be5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 3.14, 2024-05-xx
1+
# Release 3.14, 2024-05-02
22

33
ISO C conformance:
44
- `free` has well-defined semantics on blocks of size 0 (#509).
@@ -28,6 +28,10 @@ Coq development:
2828
- Updated local copy of MenhirLib to version 20231231.
2929
- Updated local copy of Flocq to version 4.1.4.
3030

31+
Distribution:
32+
- The small test suite was moved to a separate Git repository.
33+
Use `git submodule init && git submodule update` to download it.
34+
3135

3236
# Release 3.13, 2023-07-04
3337

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<H1 align="center">The CompCert verified compiler</H1>
2727
<H2 align="center">Commented Coq development</H2>
28-
<H3 align="center">Version 3.13, 2023-07-04</H3>
28+
<H3 align="center">Version 3.14, 2024-04-02</H3>
2929

3030
<H2>Introduction</H2>
3131

@@ -201,7 +201,7 @@ <H3>Compiler passes</H3>
201201
</TR>
202202

203203
<TR valign="top">
204-
<TD>Construction of the CFG, <br>3-address code generation</TD>
204+
<TD>Construction of the CFG; 3-address code generation</TD>
205205
<TD>CminorSel to RTL</TD>
206206
<TD><A HREF="html/compcert.backend.RTLgen.html">RTLgen</A></TD>
207207
<TD><A HREF="html/compcert.backend.RTLgenspec.html">RTLgenspec</A><BR>

0 commit comments

Comments
 (0)