Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!motcsd!hpda!hpcuhb!hpcllla!hpclisp!hpclcdb!cdb From: cdb@hpclcdb.HP.COM (Carl Burch) Newsgroups: comp.sys.hp Subject: Re: HP-UX f77 namelist problems Message-ID: <1340060@hpclcdb.HP.COM> Date: 25 Jun 89 00:12:28 GMT References: <4654@ucdavis.ucdavis.edu> Organization: Hewlett-Packard Calif. Language Lab Lines: 20 > Well, NAMELIST is not in x3.9-1978 (aka fortran 77) so file a bug > against the non-ansi detection :> I hate it when the competition's right. :-) Keith's correct, the non-ANSI detection was left off the NAMELIST implementation by accident. On the original run-time problem, it will go away if you remove the white space around the '=' (i.e., "C=360.0," instead of "C = 360.0,"). As often happens, the fix for another problem caused this one - we forgot to allow whitespace (tabs, spaces) after the variable name that terminates the proceding array list. I suspect the compiler team will correct both of these problems for the next release, now that they have been pointed out. By the way, both '$' and '&' delimiters for namelist data should be accepted (they are on this example). If you can find an example where one will work and not the other, please e-mail me. - Carl Burch