[issue1621] Do not assume signed integer overflow behavior

Ismail Donmez report at bugs.python.org
Mon Jan 28 04:16:57 CET 2008


Ismail Donmez added the comment:

For xmlparse.c compiler says :

Modules/expat/xmlparse.c:5337: warning: assuming signed overflow does
not occur when simplifying conditional to constant

Its impossible for j to overflow here due to name[i] check but I am not
sure what gcc is optimizing here.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1621>
__________________________________


More information about the Python-bugs-list mailing list