public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/41080] gfortran -dumpversion does not behave like gcc or g++
Date: Sat, 15 Aug 2009 18:14:00 -0000	[thread overview]
Message-ID: <20090815181427.10409.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41080-16025@http.gcc.gnu.org/bugzilla/>



------- 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


  reply	other threads:[~2009-08-15 18:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-15 16:01 [Bug fortran/41080] New: " david dot kirkby at onetel dot net
2009-08-15 18:14 ` burnus at gcc dot gnu dot org [this message]
2009-08-15 20:10 ` [Bug fortran/41080] " david dot kirkby at onetel dot net
2009-08-15 20:52 ` burnus at gcc dot gnu dot org
2009-08-15 20:58 ` burnus at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090815181427.10409.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).