From: Andris Pavenis Date: Mon, 28 Oct 2002 21:53:38 +0000 (+0200) Subject: re PR fortran/8308 (gcc-3.x does not compile files with suffix .r (RATFOR)) X-Git-Tag: releases/gcc-3.2.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e4d2ddab0d2f61eb85c16f60d4a2971601c98f;p=thirdparty%2Fgcc.git re PR fortran/8308 (gcc-3.x does not compile files with suffix .r (RATFOR)) 2002-10-28 Andris Pavenis Toon Moene PR fortran/8308 * lang-specs.h: Correct ratfor specs. * news.texi: Document this fix. Co-Authored-By: Toon Moene From-SVN: r58605 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3f3b28623bd6..806fa132d741 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,10 @@ +2002-10-28 Andris Pavenis + Toon Moene + + PR fortran/8308 + * lang-specs.h: Correct ratfor specs. + * news.texi: Document this fix. + 2002-09-14 Hans-Peter Nilsson * target.c (ffetarget_memcpy_): Don't test nonexistent diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index d6c3a1453d92..d6018bdf44e2 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -1,5 +1,6 @@ /* lang-specs.h file for Fortran - Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002 + Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -33,7 +34,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".r", "@ratfor", 0}, {"@ratfor", "%{C:%{!E:%eGNU C does not support -C without using -E}}\ - ratfor %{C} %{v} %i %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} |\n\ + ratfor %{C} %{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}, diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 51ee75e84d09..37b08d9395c2 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -10,7 +10,7 @@ @c in the standalone derivations of this file (e.g. NEWS). @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002 -@set last-update-news 2002-08-05 +@set last-update-news 2002-10-28 @include root.texi @@ -156,7 +156,11 @@ The following information was last updated on @value{last-update-news}: @heading In @code{GCC} 3.2 versus @code{GCC} 3.1: @itemize @bullet @item -Nothing. +Problem Reports fixed (in chronological order of submission): +@table @code +@item 8308 +gcc-3.x does not compile files with suffix .r (RATFOR) [Fixed in 3.2.1] +@end table @end itemize @heading In @code{GCC} 3.1 (formerly known as g77-0.5.27) versus @code{GCC} 3.0: