Message 367112 - Python tracker
Message367112
| 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:48 | vstinner | set | recipients: + vstinner, gvanrossum, ned.deily, lys.nikolaou, pablogsal, BTaskaya |
| 2020-04-23 14:05:48 | vstinner | set | messageid: <1587650748.2.0.521670341792.issue40334@roundup.psfhosted.org> |
| 2020-04-23 14:05:48 | vstinner | link | issue40334 messages |
| 2020-04-23 14:05:48 | vstinner | create | |