bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compl function always returns 0


From: Eli Zaretskii
Subject: Re: compl function always returns 0
Date: Tue, 14 Aug 2007 22:54:59 +0300

> From: "Bokverket" <address@hidden>
> Date: Mon, 13 Aug 2007 22:15:17 +0200
> Cc: 
> 
> Am I crazy, or doing something wrong?  This was run on Windows XP with gawk 
> 3.1.3.

Where did you get the Gawk binary?  If you compiled it yourself, then
with what compiler?

> 0 0    1,84467e+019 00000000
> 1 00000001 1,84467e+019 00000000
> 2 00000010 1,84467e+019 00000000
> 3 00000011 1,84467e+019 00000000

I cannot reproduce this, neither with the GnuWin32 port of Gawk 3.1.4
nor with the binary of the current pretest version 3.1.5g I compiled
myself with the MinGW compiler (both are native Windows binaries).
The former produces this:

    0       0       9.0072e+015     
00011111111111111111111111111111111111111111111111111111
    1       00000001        9.0072e+015     
00011111111111111111111111111111111111111111111111111110
    2       00000010        9.0072e+015     
00011111111111111111111111111111111111111111111111111101
    3       00000011        9.0072e+015     
00011111111111111111111111111111111111111111111111111100
    END

while the latter produces this:

    0       0       9007199254740991        
00011111111111111111111111111111111111111111111111111111
    1       00000001        9007199254740990        
00011111111111111111111111111111111111111111111111111110
    2       00000010        9007199254740989        
00011111111111111111111111111111111111111111111111111101
    3       00000011        9007199254740988        
00011111111111111111111111111111111111111111111111111100
    END




reply via email to

[Prev in Thread] Current Thread [Next in Thread]