Re: GC/GTY and Coverity "resource leaks" (was Re: Daily Coverity analysis on gcc)

2017-06-26 Thread Florian Weimer
* David Malcolm: > The most recent one, and thus the first one I looked at (CID=1412982) > was a supposed "Resource Leak" in the get_cast_suggestion function I > introduced in r249461, where the local variable "trial" is supposedly > leaked (leading to 3 issues within Coverity overall, if I'm read

Re: GC/GTY and Coverity "resource leaks" (was Re: Daily Coverity analysis on gcc)

2017-06-26 Thread David Malcolm
On Mon, 2017-06-26 at 15:14 -0400, David Malcolm wrote: > On Mon, 2017-06-26 at 06:36 -0700, Sylvestre Ledru wrote: > > Over the last few weeks, working with Jonathan, I have been running > > daily analysis of Coverity (a proprietary static analyzer tool) > > It is running on a Debian amd64 with th

GC/GTY and Coverity "resource leaks" (was Re: Daily Coverity analysis on gcc)

2017-06-26 Thread David Malcolm
On Mon, 2017-06-26 at 06:36 -0700, Sylvestre Ledru wrote: > Over the last few weeks, working with Jonathan, I have been running > daily analysis of Coverity (a proprietary static analyzer tool) > It is running on a Debian amd64 with the options: > --with-gnu-as --with-gnu-ld --disable-bootstrap >

Daily Coverity analysis on gcc

2017-06-26 Thread Sylvestre Ledru
Over the last few weeks, working with Jonathan, I have been running daily analysis of Coverity (a proprietary static analyzer tool) It is running on a Debian amd64 with the options: --with-gnu-as --with-gnu-ld --disable-bootstrap --enable-languages=jit,c,c++,fortran,lto,objc --enable-host-shared