Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!mlzerkle From: mlzerkle@athena.mit.edu (Michael L Zerkle) Newsgroups: comp.sys.sgi Subject: Problem with f77 time() intrinsic funtion. Message-ID: <1991Jan14.171658.1399@athena.mit.edu> Date: 14 Jan 91 17:16:58 GMT Sender: news@athena.mit.edu (News system) Reply-To: mlzerkle@athena.mit.edu (Michael L Zerkle) Organization: Massachusetts Institute of Technology Lines: 22 I believe that I have discovered a bug with the f77 time() intrinsic funtion. The code fragment I am using and my machines vital statictics are as follows: integer systim,tarray(9),time c systim=time() call ltime(systim,tarray) The compile time error is: bad number of arguments to intrinsic time(). Works fine on other unix boxes. Machine Stats: 4D-VGX210 os 3.3.1 ftn S4-FTN-3.2 Is this a problem with the time() intrinsic funtion in the U77 library, and if so is there a patch available to fix it. Does anyone have the C code to simulate/implement the f77 binding to the time() funtion? Thanks in advance!