This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fortran/8308: gcc-3.x does not compile files with suffix .r (RATFOR)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]