Skip to content

Commit e6e036b

Browse files
committed
Updates for release 3.8
1 parent 27beb94 commit e6e036b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Release 3.8, 2020-11-16
2+
=======================
3+
14
New features:
25
- Support `_Static_assert` from ISO C11.
36
- Support `__builtin_constant_p` from GCC and Clang.

VERSION

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

doc/index.html

Lines changed: 6 additions & 4 deletions
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.7, 2020-03-31</H3>
27+
<H3 align="center">Version 3.8, 2020-11-16</H3>
2828

2929
<H2>Introduction</H2>
3030

@@ -56,12 +56,14 @@ <H2>Introduction</H2>
5656
written.</P>
5757

5858
<P>The complete sources for CompCert can be downloaded from
59-
<A HREF="http://compcert.inria.fr/">the CompCert Web site</A>.</P>
59+
<A HREF="https://github.com/AbsInt/CompCert/">the Git repository</A>
60+
or <A HREF="https://compcert.org/">the CompCert Web site</A>.
61+
</P>
6062

6163
<P>This document and the CompCert sources are copyright Institut
6264
National de Recherche en Informatique et en Automatique (INRIA) and
6365
AbsInt Angewandte Informatik GmbH, and are distributed under the terms of the
64-
following <A HREF="LICENSE">license</A>.
66+
following <A HREF="LICENSE.txt">license</A>.
6567
</P>
6668

6769
<H2>Table of contents</H2>
@@ -348,7 +350,7 @@ <H3>Type systems</H3>
348350
</UL>
349351

350352
<HR>
351-
<ADDRESS>Xavier.Leroy@inria.fr</ADDRESS>
353+
<ADDRESS>xavier.leroy@college-de-france.fr</ADDRESS>
352354
<HR>
353355

354356
</BODY>

0 commit comments

Comments
 (0)