Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #39013] [PATCH] Two more uninitialized registers

0 views
Skip to first unread message

Andy Dougherty

unread,
Apr 27, 2006, 3:36:35 PM4/27/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #39013]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39013 >


I've found two more tests that were relying on uninitialized registers
being set to zero. I'm not sure if this is what the author of those tests
intended, or if the wrong registers were used in the sub statement, but
this at least lets these tests pass consistently for me.

--- parrot-current/t/op/jitn.t Sat Feb 25 00:32:39 2006
+++ parrot-andy/t/op/jitn.t Thu Apr 27 15:25:01 2006
@@ -183,6 +183,7 @@
set N2,2
set N3,3
set N4,4
+set N5,0
set N0,N1
set N2,N3
set N0,N1
@@ -255,6 +256,7 @@
set N2,2
set N3,3
set N4,4
+set N6,0
set N0,N1
set N2,N3
set N0,N1

--
Andy Dougherty doug...@lafayette.edu

Will Coleda via RT

unread,
May 4, 2006, 5:16:20 PM5/4/06
to perl6-i...@perl.org
Thanks, applied as r12503.

These errors also occurred on windows/x86 for me, using the Visual
Studio 2005 Express Edition.


0 new messages