lua-users home
lua-l archive

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


> I wonder if -fwrapv will help (or hurt) this situation.

I think it would hurt. We try to make Lua not to depend on
two’s complement behavior. That is why I would like it to pass
-Wstrict-overflow without warnings. It is a pity that it gives
warnings about code created by it, not by the programmer.

-- Roberto