summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-06-21 16:27:34 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-06-21 16:27:34 +0000
commitf439a4441b57e3ae437af0fd825b9394a7ce1e43 (patch)
tree575f65400823dd1bff02b4a0770e8a5b383c0d7f
parentfe9c99d85580b0f0fd6bce21ddcac774ec5e9eba (diff)
follow up of commit 12633 (PR#5131)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12635 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 879051e5b..4dc7c1c0c 100644
--- a/Changes
+++ b/Changes
@@ -101,6 +101,7 @@ Bug Fixes:
otherwise. This reduces (but does not eliminate) the risk of
segmentation faults due to stack overflow in C code
- PR#5073: wrong location for 'Unbound record field label' error
+- PR#5131: compilation of custom runtime with g++ generates lots of warnings
- PR#5211: updated Genlex documentation to state that camlp4 is mandatory for
'parser' keyword and associated notation
- PR#5224: confusing error message in non-regular type definition