Re: Static code analysis follow ups

2011-12-30 Thread Richard Guenther
On Fri, Dec 30, 2011 at 3:15 PM, sa...@hederstierna.com wrote: > Hi! > > I'm currently looking into possibilities to improve GCC for > static-code-analysis features. > Some weeks ago I proposed re-introducing -Wunreachable-code for finding dead > code: > >  http://gcc.gnu.org/ml/gcc-patches/2011

Re: Static code analysis follow ups

2011-12-30 Thread Basile Starynkevitch
On Fri, 30 Dec 2011 15:15:40 +0100 "sa...@hederstierna.com" wrote: > Hi! > > I'm currently looking into possibilities to improve GCC for > static-code-analysis features. > Some weeks ago I proposed re-introducing -Wunreachable-code for finding dead > code: > > http://gcc.gnu.org/ml/gcc-patc

Static code analysis follow ups

2011-12-30 Thread sa...@hederstierna.com
Hi! I'm currently looking into possibilities to improve GCC for static-code-analysis features. Some weeks ago I proposed re-introducing -Wunreachable-code for finding dead code: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00385.html (The warning was removed in http://gcc.gnu.org/ml/gcc-pat