This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc trunk vs python


   Has anyone tried building python 2.4.3 using gcc trunk? The current gcc 4.2
seems to introduce a new regression in the Python testsuite...

test_builtin
test test_builtin failed -- Traceback (most recent call last):
  File "/Users/howarth/Python-2.4.3/Lib/test/test_builtin.py", line 233, in test_divmod
    (sys.maxint+1, 0))
AssertionError: (0, -2147483648) != (2147483648L, 0)

                     Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]