From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7262 invoked by alias); 8 Jan 2005 05:40:19 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6717 invoked by uid 48); 8 Jan 2005 05:40:14 -0000 Date: Sat, 08 Jan 2005 05:40:00 -0000 Message-ID: <20050108054014.6713.qmail@sourceware.org> From: "sgk at troutmask dot apl dot washington dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050106143936.19292.tobi@gcc.gnu.org> References: <20050106143936.19292.tobi@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/19292] [metabug] g77 features lacking in gfortran X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg00960.txt.bz2 List-Id: ------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-01-08 05:40 ------- Here is the list of unimplemented g77 intrinsics procedures. It may not be a complete list, but others can find the info in g77.info if so desired. Access, fcn, Check file accessibility. Alarm, fcn, Execute a routine after a given delay. And, fcn, Boolean AND. ChDir, sub, Change directory. ChMod, sub, Change file modes. Complex, fcn, Build complex value from real and imaginary parts. CTime, sub, Convert time to Day Mon dd hh:mm:ss yyyy. CTime, fcn, Convert time to Day Mon dd hh:mm:ss yyyy. FDate, sub, Get current time as Day Mon dd hh:mm:ss yyyy. FDate, fcn, Get current time as Day Mon dd hh:mm:ss yyyy. FGet, sub, Read a character from unit 5 stream-wise. FGetC, sub, Read a character stream-wise. FPut, sub, Write a character to unit 6 stream-wise. FPutC, sub, Write a character stream-wise. FSeek, fcn, Position file (low-level). FTell, sub, Get file position (low-level). FTell, fcn, Get file position (low-level). GError, fcn, Get error message for last error. GetEnv, fcn, Get environment variable. GetLog, fcn, Get login name. GMTime, fcn, Convert time to GMT time info. HostNm, sub, Get host name. HostNm, fcn, Get host name. IDate, sub, Get local time info. IErrNo, fcn, Get error number for last error. ImagPart, fcn, Extract imaginary part of complex. Int2, fcn, Convert to `INTEGER(KIND=6)' value truncated to whole number. Int8, fcn, Convert to `INTEGER(KIND=2)' value truncated to whole number. IsaTty, fcn, Is unit connected to a terminal? ITime, sub, Get local time of day. Kill, sub, Signal a process. Link, sub, Make hard link in file system. LnBlnk, sub, Get last non-blank character in string. Loc, fcn, Address of entity in core. Long, fcn, Conversion to `INTEGER(KIND=1)' (archaic). LShift, fcn, Left-shift bits LStat, sub, Get file information. LStat, fcn, Get file information. LTime, sub, Convert time to local time info. MClock, fcn, Get number of clock ticks for process. MClock8, fcn, Get number of clock ticks for process. Not, fcn, Boolean NOT. Or, fcn, Boolean OR. PError, sub, Print error message for last error. Rename, sub, Rename file. RShift, fcn, Right-shift bits. Short, fcn, Convert to `INTEGER(KIND=6)' value truncated to whole number. Signal, sub, Muck with signal handling. Sleep, sub, Sleep for a specified time. SymLnk, sub, Make symbolic link in file system. Time, fcn, Get current time as time value. Time8, fcn, Get current time as time value. TtyNam, sub, Get name of terminal device for unit. TtyNam, fcn, Get name of terminal device for unit. XOr, fcn, Boolean XOR. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19292