Salford f95 complains

From: FCC (fcc509_at_netscape.net)
Date: 08/31/04


Date: Tue, 31 Aug 2004 16:05:58 +0200

Hello all,

I have been compiling my f9x codes using CVF, and now since the Salford
f95 personal edition is free for personal use, I wanted to check it out,
and here is the first problem: Salford f95 compiler gives the following
error:

error 571 - ',' found where ')' was expected

where the pointer points the second line within the do-loop.

do k=1,6
   read(25,fmtrw,iostat=readstat)((qn(k,jp),keyc),jp=1,np-1)&
   &,qn(k,np)
end do

DVF has never complained about it. Am I using something non-standard here?

Thanks in advance,

-- 
FCC.
===
Grown-ups never understand anything for themselves, and it is tiresome
for children to be always and forever explaining things to them.
-Antoine de Saint-Exupéry.


Relevant Pages

  • Re: Salford f95 complains
    ... > I have been compiling my f9x codes using CVF, and now since the Salford ... > f95 personal edition is free for personal use, I wanted to check it out, ...
    (comp.lang.fortran)
  • Re: Salford f95 complains
    ... >>I have been compiling my f9x codes using CVF, and now since the Salford ... >>f95 personal edition is free for personal use, I wanted to check it out, ... of a complex constant to allow variables as well as ...
    (comp.lang.fortran)