http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45754
Dave Korn <davek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |davek at gcc dot gnu.org Resolution| |FIXED --- Comment #3 from Dave Korn <davek at gcc dot gnu.org> 2010-12-08 05:57:07 UTC --- (In reply to comment #2) > Subject: Re: Driver core dump when duplicating -Wall > command line option > > Unless this can be reproduced with trunk I'd guess it was fixed by: > > 2010-06-09 Dave Korn <dave.korn.cyg...@gmail.com> > > * opts-common.c (prune_options): Ensure replacement argv array > is correctly terminated by a NULL entry. Yes, I confirmed that the bug is fixed on head. Martin, it is also fixed in the cygwin gcc-4.5.0-1 test release. BTW, use 'g++', not 'gcc', when compiling C++, or you will run into link errors vs. libstdc!