This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml.

commit 0659bf4f151173196adb21e47bbb2c37d1056cf9
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu Dec 26 21:59:07 2013 +0100

    Fix lost locations in out-of-bounds exceptions
---
 ...ost-locations-in-out-of-bounds-exceptions.patch | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 28 insertions(+)

diff --git 
a/debian/patches/0017-Fix-lost-locations-in-out-of-bounds-exceptions.patch 
b/debian/patches/0017-Fix-lost-locations-in-out-of-bounds-exceptions.patch
new file mode 100644
index 0000000..5611abe
--- /dev/null
+++ b/debian/patches/0017-Fix-lost-locations-in-out-of-bounds-exceptions.patch
@@ -0,0 +1,27 @@
+From: Stephane Glondu <st...@glondu.net>
+Date: Thu, 26 Dec 2013 21:56:57 +0100
+Subject: Fix lost locations in out-of-bounds exceptions
+
+Origin: upstream SVN, r14325
+Bug: http://caml.inria.fr/mantis/view.php?id=6233
+---
+ asmcomp/schedgen.ml | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/asmcomp/schedgen.ml b/asmcomp/schedgen.ml
+index a04ab27..e04eacd 100644
+--- a/asmcomp/schedgen.ml
++++ b/asmcomp/schedgen.ml
+@@ -336,9 +336,8 @@ method private reschedule ready_queue date cont =
+             if son.emitted_ancestors = son.ancestors then
+               new_queue := son :: !new_queue)
+           node.sons;
+-        instr_cons_debug node.instr.desc node.instr.arg node.instr.res
+-        node.instr.dbg
+-          (self#reschedule !new_queue (date + issue_cycles) cont)
++        { node.instr with next =
++            self#reschedule !new_queue (date + issue_cycles) cont }
+   end
+ 
+ (* Entry point *)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 074c6c0..f0bb547 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 0014-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
 0015-Fix-native-backtraces-on-arm.patch
 0016-Make-ocamlopt-g-more-resistant-to-ill-formed-locatio.patch
+0017-Fix-lost-locations-in-out-of-bounds-exceptions.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to