lua-users home
lua-l archive

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


>
> http://www.inf.puc-rio.br/~roberto/struct/
>

I compiled struct.c on Win XP with MSys/Mingw (3.4.5)
I ran the teststruct.lua.

Everything is ok if struct.dll has been produced with
gcc -O or gcc -Os or gcc -O1.

But if compiled with -O2 or -O3, the test file crash lua in the
pack function  for all the test where i8 is used.

Anybody knows why ?