[pypy-commit] pypy default: fix, on 32 bit platforms 1L<<31 overflows a 'l' parsed object

2017-09-11 Thread mattip
Author: Matti Picus Branch: Changeset: r92376:eeb144e01b46 Date: 2017-09-11 23:48 +0300 http://bitbucket.org/pypy/pypy/changeset/eeb144e01b46/ Log:fix, on 32 bit platforms 1L<<31 overflows a 'l' parsed object diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test

[pypy-commit] pypy default: fix on 32-bit

2017-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r90889:5907000d9e3d Date: 2017-04-01 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5907000d9e3d/ Log:fix on 32-bit diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvmprof.h --- a/rpython/rlib/rvmprof/src/rvmprof.h +++

[pypy-commit] pypy default: Fix on 32-bit

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80341:ec634b035df3 Date: 2015-10-20 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ec634b035df3/ Log:Fix on 32-bit diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/runn

[pypy-commit] pypy default: fix on 32-bit

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79694:d4c467d8b229 Date: 2015-09-18 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/d4c467d8b229/ Log:fix on 32-bit diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/jit/metai

[pypy-commit] pypy default: Fix on 32-bit

2015-02-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r76057:097db6dff79b Date: 2015-02-22 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/097db6dff79b/ Log:Fix on 32-bit diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py --- a/rpython/jit/backend/x

[pypy-commit] pypy default: fix on 32-bit

2014-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r74404:9fd586fe0fe5 Date: 2014-11-08 22:41 +0100 http://bitbucket.org/pypy/pypy/changeset/9fd586fe0fe5/ Log:fix on 32-bit diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/jit/metai

[pypy-commit] pypy default: Fix on 32-bit

2014-10-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r74029:a87f6e036742 Date: 2014-10-21 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a87f6e036742/ Log:Fix on 32-bit diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a/rpython/rlib/test/test_rbigint.py +++ b/r

[pypy-commit] pypy default: Fix on 32-bit

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67946:64c45ff6bf6c Date: 2013-11-11 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/64c45ff6bf6c/ Log:Fix on 32-bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/t

[pypy-commit] pypy default: Fix on 32-bit linux

2013-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r66087:476cabac8fcb Date: 2013-08-12 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/476cabac8fcb/ Log:Fix on 32-bit linux diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b