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]

Re: ASSIGN statement in Fortran 77


On Wed, Aug 27, 2008 at 06:10:36PM +1200, June-Chiew Han wrote:
> Dear Sir/Madam,
> 
> I am using gfortran to run a Fortran 77 source file for solving system 
> of first order ordinary differential equations (source file DLSODE) 
> downloaded from the Web.
> 
> The ASSIGN statement in Fortran 77 is deleted for newer Fortran version. 
> The error outputted by gfortran was
> "Warning: Deleted feature: ASSIGN statement at (1)".
> 
> Any idea in solving this is greatly appreciated.
> 

It's a warning, so you can ignore it.  gfortran does the
correct behavior with ASSIGN statement.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]