Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
max number of continuation lines
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lynn McGuire  
View profile  
 More options Dec 18 2008, 2:19 pm
Newsgroups: comp.lang.fortran
From: "Lynn McGuire" <l...@winsim.com>
Date: Thu, 18 Dec 2008 13:19:55 -0600
Local: Thurs, Dec 18 2008 2:19 pm
Subject: max number of continuation lines
Does anyone know the maxium number of continuation lines in
the F77 standard ?  Has this changed in the newer standards ?

Thanks,
Lynn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fj  
View profile  
 More options Dec 18 2008, 3:30 pm
Newsgroups: comp.lang.fortran
From: fj <francois.j...@irsn.fr>
Date: Thu, 18 Dec 2008 12:30:36 -0800 (PST)
Local: Thurs, Dec 18 2008 3:30 pm
Subject: Re: max number of continuation lines
On 18 déc, 20:19, "Lynn McGuire" <l...@winsim.com> wrote:

> Does anyone know the maxium number of continuation lines in
> the F77 standard ?  Has this changed in the newer standards ?

> Thanks,
> Lynn

19

This value has been extended by F90 but I don't remeber the new value
(30 ?)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jfh  
View profile  
 More options Dec 18 2008, 4:30 pm
Newsgroups: comp.lang.fortran
From: jfh <john.har...@vuw.ac.nz>
Date: Thu, 18 Dec 2008 13:30:07 -0800 (PST)
Local: Thurs, Dec 18 2008 4:30 pm
Subject: Re: max number of continuation lines
On Dec 19, 9:30 am, fj <francois.j...@irsn.fr> wrote:

> On 18 déc, 20:19, "Lynn McGuire" <l...@winsim.com> wrote:

> > Does anyone know the maxium number of continuation lines in
> > the F77 standard ?  Has this changed in the newer standards ?

I don't know what the f90 rule was, but in f95 it's 39 continuation
lines in free source form, 19 in fixed source form according to the
F95 Handbook pages 54, 58. In f2003 it's 255 in either source form
according to the f2003 standard sections 3.3.1.4 and 3.3.2.4.
The F2003 Handbook p.56 has an error here, where it says the
f2003
fixed-form limit is 19.

John Harper


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Terence  
View profile  
 More options Dec 19 2008, 8:15 am
Newsgroups: comp.lang.fortran
From: Terence <tbwri...@cantv.net>
Date: Fri, 19 Dec 2008 05:15:14 -0800 (PST)
Local: Fri, Dec 19 2008 8:15 am
Subject: Re: max number of continuation lines

> > > Does anyone know the maxium number of continuation lines in
> > > the F77 standard ?  Has this changed in the newer standards ?

I was just writing a program to rewrite Fortran programs. (Option to
change Hollerith H format to quoted text, adding commas, ensuring text
strings do NOT wrap across lines to allow easier editing; taking out
nnH0text obsolete line-starters; option to renumber labels and
separate renumbering of format statements; listing with do loop
nesting level indication, indenting, splitting shared Continues and
anding loops on continues, etc... )
I read the manual as 19 continuations for 20 lines overall per
statement.
I'd better be right...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
m...@skyway.usask.ca  
View profile  
 More options Dec 19 2008, 8:22 am
Newsgroups: comp.lang.fortran
From: m...@skyway.usask.ca
Date: 19 DEC 08 13:22:23 GMT
Local: Fri, Dec 19 2008 8:22 am
Subject: RE: max number of continuation lines
In a previous article, jfh <john.har...@vuw.ac.nz> wrote:
>On Dec 19, 9:30 am, fj <francois.j...@irsn.fr> wrote:
>> On 18 d=E9c, 20:19, "Lynn McGuire" <l...@winsim.com> wrote:

>> > Does anyone know the maxium number of continuation lines in
>> > the F77 standard ?  Has this changed in the newer standards ?

>I don't know what the f90 rule was, but in f95 it's 39 continuation
>lines in free source form, 19 in fixed source form according to the
>F95 Handbook pages 54, 58. In f2003 it's 255 in either source form
>according to the f2003 standard sections 3.3.1.4 and 3.3.2.4.
>The F2003 Handbook p.56 has an error here, where it says the
>f2003
>fixed-form limit is 19.

>John Harper

 WATCOM F77  limit is 61 in 72 col format or 31 in 132col
(from the Lang. Ref. Manual - I'v never tried 132 col)

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
michaelmetc...@compuserve.com  
View profile  
 More options Dec 19 2008, 10:36 am
Newsgroups: comp.lang.fortran
From: michaelmetc...@compuserve.com
Date: Fri, 19 Dec 2008 07:36:22 -0800 (PST)
Local: Fri, Dec 19 2008 10:36 am
Subject: Re: max number of continuation lines
On Dec 19, 2:15 pm, Terence <tbwri...@cantv.net> wrote:

> > > > Does anyone know the maxium number of continuation lines in
> > > > the F77 standard ?  Has this changed in the newer standards ?

> I was just writing a program to rewrite Fortran programs. (Option to
> change Hollerith H format to quoted text, adding commas, ensuring text
> strings do NOT wrap across lines to allow easier editing; taking out
> nnH0text obsolete line-starters; option to renumber labels and
> separate renumbering of format statements; listing with do loop
> nesting level indication, indenting, splitting shared Continues and
> anding loops on continues, etc... )
> I read the manual as 19 continuations for 20 lines overall per
> statement.
> I'd better be right...

I'm sure that you're aware that a number of such programs are already
available, for instance ftp://ftp.numerical.rl.ac.uk/pub/MRandC/convert.f90
(although this one does not transform Holleriths).

Regards,

Mike Metcalf


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Terence  
View profile  
 More options Dec 19 2008, 8:09 pm
Newsgroups: comp.lang.fortran
From: Terence <tbwri...@cantv.net>
Date: Fri, 19 Dec 2008 17:09:57 -0800 (PST)
Local: Fri, Dec 19 2008 8:09 pm
Subject: Re: max number of continuation lines

> I'm sure that you're aware that a number of such programs are already
> available, for instance ftp://ftp.numerical.rl.ac.uk/pub/MRandC/convert.f90
> (although this one does not transform Holleriths).

No, But thanks Mike!

My real reason was to auto-rewrite the Fortran II / IV /PDP-20 BMD
programs to avoid typos in a manual approach. Especially the Hollerith
H format in data statements which my compiler rejects, nad the wrapped
long lines which I want as a maximum 64 length or lengths.
With 56 programs to change , I know the statistics of error-free
changes are against me.

And what I have done is already indented and CONTINUE ends any DO
loops.
My version also notes unused labels and unfound references.
And so on and so on.

So for a compare program to find my UNWANTED changes to existing
programs, the "new" original and my "working" versions have to be
similar in layout (I have a compare program that write a third file
and stops on meaningful differences, that is VERY useful in
programming and maintenance - another story).

I already have an F77-to-F90 converter, but I don't want F90 code ths
time; just F77 code.
I think I got my copy from Alan Miller's site.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »