[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2020-01-30 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2020-01-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #12 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:8397af8ed0db685312e44117fd52316b57c2c129 commit r10-5965-g8397af8ed0db685312e44117fd52316b57c2c129 Author: David Malcolm Date: F

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2020-01-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #11 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:03dc3f26231cbf570028e14706f8ad77fd5a commit r10-5964-g03dc3f26231cbf570028e14706f8ad77fd5a Author: David Malcolm Date: F

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2020-01-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #10 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:697251b7a1bb7c14d3805de22248e83a23b90d1a commit r10-5963-g697251b7a1bb7c14d3805de22248e83a23b90d1a Author: David Malcolm Date: T

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-21 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #9 from David Malcolm --- (In reply to David Malcolm from comment #7) [...] > (there are some issues with the paths, where some of the events aren't being > printed, presumably due to having UNKNOWN_LOCATION; will investigate) Fixed

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #8 from David Malcolm --- (In reply to David Binderman from comment #6) > I tried out recent cppcheck on recent gcc trunk and found these resource > leaks: > > trunk/libvtv/scripts/sum-vtv-counts.c:94:4: error: Resource leak: fp_in >

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #7 from David Malcolm --- (In reply to David Malcolm from comment #4) > Patch committed to dmalcolm/analyzer branch: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg01425.html > Ought to be live on godbolt.org within the next 24 hou

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-20 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #6 from David Binderman --- I tried out recent cppcheck on recent gcc trunk and found these resource leaks: trunk/libvtv/scripts/sum-vtv-counts.c:94:4: error: Resource leak: fp_in [resourceLeak] trunk/libvtv/scripts/sum-vtv-counts.c:

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-20 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #5 from David Binderman --- Has this new code been tried out on gcc trunk or the linux kernel or a distribution like fedora or debian ? That might be the next phase of testing.

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 --- Comment #4 from David Malcolm --- Patch committed to dmalcolm/analyzer branch: https://gcc.gnu.org/ml/gcc-patches/2019-12/msg01425.html Ought to be live on godbolt.org within the next 24 hours.

[Bug analyzer/58237] gcc fails to detect obvious resource leaks

2019-12-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58237 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|