This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Why is the -qkind= option not -fqkind=?
- From: Brooks Moses <brooks dot moses at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 07 Nov 2006 00:57:10 -0800
- Subject: Why is the -qkind= option not -fqkind=?
- Organization: Stanford University
PR 28122 lists several undocumented GFortran options; among them is
-qkind=<value>. This sticks out rather like a sore thumb, with nearly
every other command-line option starting with -f or -warn. Is there
some reason why this one doesn't? Should I change it to fit the
standard pattern before documenting it?
- Brooks