[Bug other/31356] gcc --help=language option has problems in the output header line.

2007-04-04 Thread brooks at gcc dot gnu dot org
--- Comment #3 from brooks at gcc dot gnu dot org 2007-04-04 19:17 --- Subject: Bug 31356 Author: brooks Date: Wed Apr 4 19:17:30 2007 New Revision: 123499 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=123499 Log: PR other/31356 * gcc.c (print_specific_help): Fix

[Bug other/31356] gcc --help=language option has problems in the output header line.

2007-04-04 Thread brooks at gcc dot gnu dot org
--- Comment #4 from brooks at gcc dot gnu dot org 2007-04-04 19:24 --- Fixed, as per the above commit. -- brooks at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/31356] gcc --help=language option has problems in the output header line.

2007-03-29 Thread nickc at redhat dot com
--- Comment #2 from nickc at redhat dot com 2007-03-29 11:11 --- Hi Brooks, One difference that I see between our patches -- you have: + if (* descrip_extra == '\0') +descrip_extra = lang_names [i]; whereas mine just unconditionally assigns descrip_extra to

[Bug other/31356] gcc --help=language option has problems in the output header line.

2007-03-28 Thread brooks at gcc dot gnu dot org
--- Comment #1 from brooks at gcc dot gnu dot org 2007-03-28 19:23 --- Patch posted, but the patch tracker didn't see it: http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01657.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31356

[Bug other/31356] gcc --help=language option has problems in the output header line.

2007-03-25 Thread brooks at gcc dot gnu dot org
-- brooks at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |brooks at gcc dot gnu dot |dot org