[3685] in Athena Bugs

home help back first fref pref prev next nref lref last post

hf77 problems

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sat Nov 18 23:19:13 1989

Date: Sat, 18 Nov 89 23:18:48 -0500
From: Ken Raeburn <Raeburn@MIT.EDU>
To: bugs@ATHENA.MIT.EDU

I don't know fortran well at all; I don't know at all what "namelist"
is for.  But I was doing some experimentation, and got:

    foo.f:
       MAIN foo:
    Warning on line 6 of foo.f: local variable j never used
    Error on line 6 of foo.f: compiler error in handling namelist variables

    Error.  No assembly.

In theory, "compiler error" should never be printed.

My (bogus) source file:

      program foo
      integer i, j*2
      namelist /nnn/i,j
      i = 4
cccccc    write (*, ) i
      end

-- Ken

home help back first fref pref prev next nref lref last post