diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2013-06-17 02:03:36 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2013-06-17 02:03:36 +0000 |
commit | 4fb61c91e68fbe29dc31301b0c501d031502d6b3 (patch) | |
tree | caad68596d2f226dce893a58238761813cfffeee /Changes | |
parent | 122caaf20b03e920a88677cf030901981c60781b (diff) |
Fix PR#5815
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13789 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ Bug fixes: - PR#5806: ensure that backtrace tests are always run (testsuite) - PR#5810: error in switch printing when using -dclambda - PR#5813: GC not called when unmarshaling repeatedly in a tight loop (ocamlopt) +- PR#5815: Multiple exceptions in signatures gives an error - PR#5819: segfault when using [with] on large recursive record (ocamlopt) - PR#5821: Wrong record field is reported as duplicate - PR#5824: Generate more efficient code for immediate right shifts. |