On 4/8/2013 9:51 AM, Jay A. Kreibich wrote:
On Mon, Apr 08, 2013 at 07:41:20AM -0400, Richard Hipp scratched on the wall:

The other four appear to be due to an MSVC
compiler bug, since every (i64%int) operation will always yield a value
that can fit in an int, no?

   Only on systems where "int" is 32 bits or larger.

By definition, A % B < B. Thus, if B fits into an int (be it 32-bit or 16-bit or otherwise), then A % B would too.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to