
William.Ricker at FMR
Nov 28, 2007, 9:18 AM
Post #1 of 1
(99 views)
Permalink
|
|
Also perl-5.10-RC2 RE: [perl #47632] perlbug AutoReply: Undef loop while condition, loop code motion, and bad warning line number? 5.10-RC1 + 5.8.8
|
|
1) Obviously I intend a newline (or #) after foo(); and before ===EOF=== annotation, perhaps I should use __END__ ... (VI famously omits NL at EOF, and I pasted ... oopsie) 2) Same result with perl-5.10-RC2 [although RC2 was harder to build relocatable] Use of uninitialized value $currLevel in numeric gt (>) at bad2.pl line 14. (should be @ 12) while($currLevel > $level) { # 12 $c = $currLevel = pop @recLevel; # 13 push @elsewhere, $c; # 14 } # 15 3) Before someone asks, Yes, 'make test' succeeds on my RC1 & RC2 Linux builds. 4) I finally found an AIX5.3 development system with the newer VAC 6 and space on $HOME. I get same result there too, with RC2. ('make test' ok) William Ricker Principal (swe), Architecture Services Fidelity Investments / FPCMS / Systems 617-563-0648 M/S Z1E William.Ricker [at] FMR 1141547 Skytel http://www.linkedin.com/in/n1vux
|