diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2001-11-24 22:36:56 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2001-11-24 21:36:56 +0000 |
commit | e534ca2fe399ef9f2d825d7dc7cff6659ed63f4e (patch) | |
tree | 30eda279839c6f9edd1ba7f7fa336e6209488d71 /gcc | |
parent | 08e42d8b55810489b0923baf359ab9038051e607 (diff) | |
download | gcc-e534ca2fe399ef9f2d825d7dc7cff6659ed63f4e.zip gcc-e534ca2fe399ef9f2d825d7dc7cff6659ed63f4e.tar.gz gcc-e534ca2fe399ef9f2d825d7dc7cff6659ed63f4e.tar.bz2 |
re PR fortran/3957 (g77 -pipe -xf77-cpp-input sends output to stdout.)
2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
PR fortran/3957
* lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
From-SVN: r47304
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/lang-specs.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 5bbaf36..bfb5482 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl> + + PR fortran/3957 + * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation. + 2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl> * g77.texi: egcs was not a `@command'. diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 098bba6..d6c3a14 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -28,8 +28,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".fpp", "@f77-cpp-input", 0}, {".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}, + "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", "%{C:%{!E:%eGNU C does not support -C without using -E}}\ |