[Bug other/704] --help and --version
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 22 21:28:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=704
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
Last reconfirmed|2006-02-02 13:45:08 |2019-2-22
--- Comment #19 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to joseph@codesourcery.com from comment #18)
> Whether this is fixed may be determined by running all of the programs
> installed in $exec_prefix/bin by current mainline with the --help and
> --version options (and confirming the GCC version number is properly shown
> in the --version output).
looks like gcc-nm and gcc-ranlib still fail with --help:
$ /usr/local/bin/gcc-nm --help
error: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/nm: invalid
argument --
Usage: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/nm
[-agnopruUmxjlfAP[s segname sectname] [-] [-t format] [[-arch <arch_flag>] ...]
[file ...]
$ /usr/local/bin/gcc-ranlib --help
error: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/ranlib: unknown
option character `-' in: --help
Usage: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/ranlib [-sactfqLT]
[-] archive [...]
$ /usr/local/bin/x86_64-apple-darwin10.8.0-gcc-nm --help
error: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/nm: invalid
argument --
Usage: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/nm
[-agnopruUmxjlfAP[s segname sectname] [-] [-t format] [[-arch <arch_flag>] ...]
[file ...]
$ /usr/local/bin/x86_64-apple-darwin10.8.0-gcc-ranlib --help
error: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/ranlib: unknown
option character `-' in: --help
Usage: /opt/iains/x86_64-apple-darwin10/darwin-gcc-5-3r0/bin/ranlib [-sactfqLT]
[-] archive [...]
$
More information about the Gcc-bugs
mailing list