[New-bugs-announce] [issue41175] Static analysis issues reported by GCC 10

Charalampos Stratakis report at bugs.python.org
Tue Jun 30 14:06:49 EDT 2020


New submission from Charalampos Stratakis <cstratak at redhat.com>:

GCC added a static analysis tool recently [0].

Running it under for CPython code base produces some interesting results.

Reproducer: ./configure --with-pydebug && CFLAGS='-fanalyzer' make

Attaching the log.

[0] https://developers.redhat.com/blog/2020/03/26/static-analysis-in-gcc-10/

----------
files: debugstaticanalysis.txt
messages: 372711
nosy: cstratak
priority: normal
severity: normal
status: open
title: Static analysis issues reported by GCC 10
versions: Python 3.10, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file49281/debugstaticanalysis.txt

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


More information about the New-bugs-announce mailing list