This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Fixed, 3.2] Re: fortran/8308: gcc-3.x does not compile files withsuffix .r (RATFOR)
Andris Pavenis wrote:
Did remotely test on Linux after downloading and installing RATFOR77. Seems
that included simple test program compiles Ok after the patch (gcc version
3.3 20021027 (experimental)) but not with gcc-3.2 (I got behaviour described
in bug report with gcc-3.2)
Thanks - as this is a regression against 2.95, I applied the attached
patch to the 3.2 branch.
--
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)
2002-10-28 Andris Pavenis <pavenis@latnet.lv>
Toon Moene <toon@moene.indiv.nluug.nl>
PR fortran/8308
* lang-specs.h: Correct ratfor specs.
* news.texi: Document this fix.
*** lang-specs.h.orig Sat Nov 24 22:36:56 2001
--- lang-specs.h Mon Oct 28 20:43:55 2002
***************
*** 1,4 ****
/* lang-specs.h file for Fortran
! Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
Contributed by James Craig Burley.
--- 1,5 ----
/* lang-specs.h file for Fortran
! Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002
! Free Software Foundation, Inc.
Contributed by James Craig Burley.
*************** the Free Software Foundation, 59 Temple
*** 34,38 ****
{"@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\
f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}", 0},
{".f", "@f77", 0},
--- 35,39 ----
{"@ratfor",
"%{C:%{!E:%eGNU C does not support -C without using -E}}\
! 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},
*** news.texi.orig Wed Sep 18 22:07:59 2002
--- news.texi Mon Oct 28 21:51:23 2002
***************
*** 11,15 ****
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
! @set last-update-news 2002-08-05
@include root.texi
--- 11,15 ----
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
! @set last-update-news 2002-10-28
@include root.texi
*************** The following information was last updat
*** 157,161 ****
@itemize @bullet
@item
! Nothing.
@end itemize
--- 157,165 ----
@itemize @bullet
@item
! 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