This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] RFC: Use Levenshtein spelling suggestions in Fortran FE
- From: "VandeVondele Joost" <joost dot vandevondele at mat dot ethz dot ch>
- To: "aldot at gcc dot gnu dot org" <aldot at gcc dot gnu dot org>
- Cc: "dmalcolm at redhat dot com" <dmalcolm at redhat dot com>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 1 Dec 2015 15:28:43 +0000
- Subject: Re: [PATCH] RFC: Use Levenshtein spelling suggestions in Fortran FE
- Authentication-results: sourceware.org; auth=none
Today, I ran 'gfortran -static-libfortran test.f90' and was very pleased with the answer:
gfortran: error: unrecognized command line option ‘-static-libfortran’; did you mean ‘-static-libgfortran’?
So thanks David, and hopefully we get this user experience for the FE as well.
Joost