• Tim Peters's avatar
    SF patch 730594: assert from longobject.c, line 1215. · c7bc0b98
    Tim Peters yazdı
    Some version of gcc in the "RTEMS port running on the Coldfire (m5200)
    processor" generates bad code for a loop in long_from_binary_base(),
    comparing the wrong half of an int to a short.  The patch changes the
    decl of the short temp to be an int temp instead.  This "simplifies"
    the code enough that gcc no longer blows it.
    c7bc0b98
longobject.c 67.5 KB