summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2022-09-03 10:36:05 +0200
committerGabriel Scherer <gabriel.scherer@gmail.com>2022-09-03 10:41:22 +0200
commit814c5213e1ab638a3f5d75ec87c80a681391f600 (patch)
tree5e2921f1f6a5f974652a4a645504766b84c0930a
parent76ffa5ca387327b25c50a83bb782a2682e2e337c (diff)
downloadocaml-4.10.tar.gz
Changes4.10
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5a34166e4c..c19f84eb61 100644
--- a/Changes
+++ b/Changes
@@ -17,6 +17,10 @@ OCaml 4.10 maintenance branch
code or an OCaml thread stops.
(Xavier Leroy, review by David Allsopp, Florian Angeletti and Damien Doligez)
+- #11358, #11378: Refactor the initialization of bytecode threading.
+ This avoids a "dangling pointer" warning of GCC 12.1.
+ (Xavier Leroy, report by Armaël Guéneau, review by Gabriel Scherer)
+
OCaml 4.10.2 (8 December 2020)
------------------------------