Re: [perl #38978] [PATCH] Fix unitialized register error in t/pmc/file.t

2006-04-26 Thread Andy Dougherty
On Tue, 25 Apr 2006, Leopold Toetsch via RT wrote: > On Apr 25, 2006, at 17:34, Andy Dougherty (via RT) wrote: > > > Previously, I expect the only reason it was passing for some folks is > > that > > unused I registers are somehow automatically set to 0 on Linux/x86. > Unitialized I and N regs

Re: [perl #38978] [PATCH] Fix unitialized register error in t/pmc/file.t

2006-04-25 Thread Leopold Toetsch
On Apr 25, 2006, at 17:34, Andy Dougherty (via RT) wrote: Previously, I expect the only reason it was passing for some folks is that unused I registers are somehow automatically set to 0 on Linux/x86. Unitialized I and N regs have more or less garbage. See also: $ ./parrot --help-debug $ ./p

Re: [perl #38978] [PATCH] Fix unitialized register error in t/pmc/file.t

2006-04-25 Thread chromatic
On Tuesday 25 April 2006 08:34, Andy Dougherty wrote: > The following patch fixes what I presume is a typo in t/pmc/file.t. > Previously, I expect the only reason it was passing for some folks is that > unused I registers are somehow automatically set to 0 on Linux/x86. I'm not entirely sure that

[perl #38978] [PATCH] Fix unitialized register error in t/pmc/file.t

2006-04-25 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #38978] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38978 > The following patch fixes what I presume is a typo in t/pmc/file.t. Previously, I e