On 3/27/07, Sunil Babu P <[EMAIL PROTECTED]> wrote:

  I facing a problem with perl version 5.8.3

$prog_end_address = 0xffff_ffff;
$trans_address = $prog_end_address + 0x101;

In version 5.8.0 $trans_address = 0x1_0000_0100;
But in Version 5.8.3 $trans_address = 0xffff_ffff;

I suspect this is because of 32 bit overflow. How to reslove this problem.

Use perlbug to submit this bug report. I'd expect to see a patch soon,
since you've got the makings of a good test case. Good luck!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to