This is the mail archive of the gcc-patches@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]

Fortran - trunk, committed] Fix for fortran/3957.


L.S.,

I just committed a fix [patch attached] for PR fortran/3957 - an
inappropriate use of the !pipe conditional inside f/lang-specs.h.

Bootstrapped, make check'd (Fortran only) and installed on
i686-pc-linux-gnu.

Mark, according to your mail d.d. 16th of November (concerning 3.0.3 and
the branching of 3.1), I can apply this patch (and the one I committed
yesterday) without further ado to the 3.0 branch because they fix
regressions from 2.95.x, yes ?

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
2001-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>

	* lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.

*** lang-specs.h.orig	Sun Nov 11 20:15:20 2001
--- lang-specs.h	Sat Nov 24 20:24:03 2001
*************** the Free Software Foundation, 59 Temple 
*** 29,34 ****
    {".FPP", "@f77-cpp-input", 0},
    {"@f77-cpp-input",
!    "tradcpp0 -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f |\n\
!     f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}}", 0},
    {".r", "@ratfor", 0},
    {"@ratfor",
--- 29,34 ----
    {".FPP", "@f77-cpp-input", 0},
    {"@f77-cpp-input",
!    "tradcpp0 -lang-fortran %(cpp_options) %{!M:%{!MM:%{!E:%{!pipe:%g.f} |\n\
!     f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
    {".r", "@ratfor", 0},
    {"@ratfor",

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