https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388

--- Comment #8 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to David Malcolm from comment #5)
> (In reply to David Binderman from comment #4)
> > I tried out -fanalyzer with all the C code under gcc/testsuite.
> > 
> > There are 35368 C source code files. 234 crashes so far.
> > 
> > Here are the first ten:
> 
> Thanks.
> 
> These look like duplicates: I tried to repeat this with current master by
> adding -fanalyzer to gcc.dg/dg.exp's DEFAULT_CFLAGS, and I didn't see any
> crashes with:

I did it in a much simpler way:

cd /home/dcb/gcc/trunk.git/gcc/testsuite
for i in `find . -name \*.c -print | sort`
do

Reply via email to