This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-04-30.20:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588279868.77.0.13865368461.issue40455@roundup.psfhosted.org>
In-reply-to
Content
GCC 10.0.1 on PPC64LE Fedora Rawhide LTO 3.x buildbot:
https://buildbot.python.org/all/#/builders/351/builds/406

Objects/longobject.c: In function ‘_PyLong_Frexp’:
Objects/longobject.c:2928:33: warning: ‘x_digits[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 2928 |                     x_digits[0] |= 1;
      |                                 ^~

In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5709:25,
    inlined from ‘assemble’ at Python/compile.c:6048:18:
Python/compile.c:5663:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5663 |         *lnotab++ = k;
      |         ~~~~~~~~~~^~~
History
Date User Action Args
2020-04-30 20:51:08vstinnersetrecipients: + vstinner
2020-04-30 20:51:08vstinnersetmessageid: <1588279868.77.0.13865368461.issue40455@roundup.psfhosted.org>
2020-04-30 20:51:08vstinnerlinkissue40455 messages
2020-04-30 20:51:08vstinnercreate