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 BTaskaya, gvanrossum, lys.nikolaou, ned.deily, pablogsal, vstinner
Date 2020-04-23.14:05:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587650748.2.0.521670341792.issue40334@roundup.psfhosted.org>
In-reply-to
Content
GCC warning on aarch64 Fedora Rawhide LTO + PGO 3.x buildbot:
https://buildbot.python.org/all/#/builders/612/builds/286

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-23 14:05:48vstinnersetrecipients: + vstinner, gvanrossum, ned.deily, lys.nikolaou, pablogsal, BTaskaya
2020-04-23 14:05:48vstinnersetmessageid: <1587650748.2.0.521670341792.issue40334@roundup.psfhosted.org>
2020-04-23 14:05:48vstinnerlinkissue40334 messages
2020-04-23 14:05:48vstinnercreate