[Bug target/45754] Driver core dump when duplicating -Wall command line option

2010-12-07 Thread davek at gcc dot gnu.org
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!


[Bug target/45754] Driver core dump when duplicating -Wall command line option

2010-09-23 Thread rguenth at gcc dot gnu dot org


--- Comment #1 from rguenth at gcc dot gnu dot org  2010-09-23 09:12 ---
I can't reproduce this on x86_64-linux, so it must be target specific.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|driver  |target
  GCC build triplet|Configured with: ... (see   |
   |body)   |
   GCC host triplet|gcc version 4.3.4 20090804  |
   |(release) 1 (GCC)   |
 GCC target triplet|Target: i686-pc-cygwin  |i686-pc-cygwin
Summary|Driver core dump (when  |Driver core dump when
   |duplicating -Wall command   |duplicating -Wall command
   |line option |line option


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45754



[Bug target/45754] Driver core dump when duplicating -Wall command line option

2010-09-23 Thread joseph at codesourcery dot com


--- Comment #2 from joseph at codesourcery dot com  2010-09-23 15:13 ---
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.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45754