This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[gfortran] regression in fixed-form processing


On Saturday 17 January 2004 5:52 pm, Steve Kargl wrote:
> kargl[279] cat f.f90
>       e n d

Looks like Toon fixed an obvious typo in something that shouldn't be there in 
the first place:)

Following patch applied to tree-ssa branch.

Paul

2004-01-17  Paul Brook  <paul@codesourcery.com>

	* lang-specs.h: Remove %<fixed-form.

Index: lang-specs.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/Attic/lang-specs.h,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 lang-specs.h
--- lang-specs.h	15 Jan 2004 19:02:38 -0000	1.1.2.3
+++ lang-specs.h	17 Jan 2004 18:41:22 -0000
@@ -26,7 +26,7 @@ This file is licensed under the GPL.  */
       %{!fsyntax-only:%(invoke_as)}}}}", 0},
 {".f90", "@f95", 0},
 {".f95", "@f95", 0},
-{"@f95", "%{!E:f951 %i %<ffixed-form %(cc1_options) %{J*} %{I*}\
+{"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{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]