[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: writing to binary files
- From: "Carlos" <carlos-smith@...>
- Date: Mon, 14 Apr 2008 09:48:59 -0400
>
> 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 ?