------- Comment #1 from burnus at gcc dot gnu dot org 2009-08-15 18:14 -------
Trivial patch:
Index: gcc/fortran/gfortranspec.c
===================================================================
--- gcc/fortran/gfortranspec.c (Revision 150791)
+++ gcc/fortran/gfortranspec.c (Arbeitskopie)
@@ -186,8 +186,6 @@ lookup_option (Option *xopt, int *xskip,
opt = OPTION_syntax_only;
else if (!strcmp (text, "-static-libgfortran"))
opt = OPTION_static_libgfortran;
- else if (!strcmp (text, "-dumpversion"))
- opt = OPTION_version;
else if (!strcmp (text, "-fversion")) /* Really --version!! */
opt = OPTION_version;
else if (!strcmp (text, "-Xlinker") || !strcmp (text, "-specs"))
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41080