[issue40455] GCC 10 compiler warnings

Emmanuel Arias report at bugs.python.org
Sat Oct 3 12:41:50 EDT 2020


Emmanuel Arias <eamanu at yaerobi.com> added the comment:

Hi, I've on my Debian (testing) the reported warning:

In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5706:25,
    inlined from ‘assemble’ at Python/compile.c:6048:18:
Python/compile.c:5660:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5660 |         *lnotab++ = k;
      |      


gcc --version          
gcc (Debian 10.2.0-5) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

----------
nosy: +eamanu

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40455>
_______________________________________


More information about the Python-bugs-list mailing list