public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Andris Pavenis <pavenis@latnet.lv>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: fortran/8308: gcc-3.x does not compile files with suffix .r (RATFOR)
Date: Wed, 23 Oct 2002 01:26:00 -0000	[thread overview]
Message-ID: <20021023082601.16905.qmail@sources.redhat.com> (raw)

The following reply was made to PR fortran/8308; it has been noted by GNATS.

From: Andris Pavenis <pavenis@latnet.lv>
To: rchapman@acm.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: fortran/8308: gcc-3.x does not compile files with suffix .r (RATFOR)
Date: Wed, 23 Oct 2002 11:24:58 +0300

 On Tuesday 22 October 2002 19:47, rchapman@acm.org wrote:
 > >Number:         8308
 > >Category:       fortran
 > >Synopsis:       gcc-3.x does not compile files with suffix .r (RATFOR)
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    unassigned
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Tue Oct 22 09:56:00 PDT 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Bob Chapman
 > >Release:        gcc version 3.2 (djgpp, cygwin, mingw)
 > >Organization:
 > >Environment:
 
 As confirmed by submitter simple one line patch fixes that problem (verifie=
 d=20
 for i586-pc-msdosdjgpp with gcc-3.3 20020926).
 
 Andris
 
 =2D-- gcc/f/lang-specs.h~old	2002-10-23 11:19:33.000000000 +0300
 +++ gcc/f/lang-specs.h	2002-10-22 09:38:22.000000000 +0300
 @@ -36,7 +36,7 @@
    {"@ratfor",
     "%{C:%{!E:%eGNU C does not support -C without using -E}}\
      %{CC:%{!E:%eGNU C does not support -CC without using -E}}\
 =2D    ratfor %{C} %{CC} %{v} %i %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} |\n\
 +    ratfor %{C} %{CC} %{v} %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} %i |\n\
      f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}=
 ", 0},
    {".f",   "@f77", 0},
    {".for", "@f77", 0},
 


             reply	other threads:[~2002-10-23  8:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23  1:26 Andris Pavenis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-28 15:21 toon
2002-10-28  6:16 Andris Pavenis
2002-10-28  1:16 Andris Pavenis
2002-10-26 12:36 Toon Moene
2002-10-26  9:18 toon
2002-10-22  9:56 rchapman

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=20021023082601.16905.qmail@sources.redhat.com \
    --to=pavenis@latnet.lv \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).