lua-users home
lua-l archive

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


Ah, there're few more troubles with tdm64-gcc4.5.1:

coroutine.lua
a = 625--line 189

math.lua
a^b == 08 is false at line 8
2.8147497671066e+014  == 2.8147497671065e+014 also false (line 55)
also 56, 58, 69, 70, 71, 72, 73, 75, 117 and so on...

I think there's something very wrong with this compiler...

Tymur

On 8 December 2011 20:44, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
>> tests all ok but one: under 4.5.1 x64 failes with
>>
>> ***** FILE 'coroutine.lua'*****
>> testing coroutines
>> ..\lua-5.2.0\src\lua: coroutine.lua:189: assertion failed!
>> stack traceback:
>>         [C]: in function 'assert'
>>         coroutine.lua:189: in main chunk
>>         (...tail calls...)
>>         all.lua:189: in main chunk
>>         [C]: in ?
>> ..>>> closing state <<<
>
> Can you print the value of 'a' just before that assert?
>
> Many thanks,
>
> -- Roberto
>