summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2013-10-30 14:14:26 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2013-10-30 14:14:26 +0000
commite499400188dae49812f36c3ba3ca2ab7b67a7b9c (patch)
tree26aa929a81363c6da18167c045bd034e1e8ea2fd /Changes
parent9212dd34acb965d804724c510125fc27bc3f1d57 (diff)
PR#6216: inlining of GADT matches generates invalid assembly
(reflecting commit r14251 on version/4.01). git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14252 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 68ad2e0ea..005126cfc 100644
--- a/Changes
+++ b/Changes
@@ -49,6 +49,8 @@ OCaml 4.01.1:
Bug fixes:
- PR#6173: Typing error message is worse that before
- PR#6174: OCaml compiler loops on an example using GADTs (non -rectypes)
+- PR#6216: inlining of GADT matches generates invalid assembly
+
OCaml 4.01.0:
-------------