public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/19292] [metabug] g77 features lacking in gfortran
Date: Sat, 08 Jan 2005 05:40:00 -0000	[thread overview]
Message-ID: <20050108054014.6713.qmail@sourceware.org> (raw)
In-Reply-To: <20050106143936.19292.tobi@gcc.gnu.org>


------- 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


  parent reply	other threads:[~2005-01-08  5:40 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-06 14:39 [Bug fortran/19292] New: " tobi at gcc dot gnu dot org
2005-01-06 14:50 ` [Bug fortran/19292] " pinskia at gcc dot gnu dot org
2005-01-06 14:50 ` pinskia at gcc dot gnu dot org
2005-01-06 17:28 ` Thomas dot Koenig at online dot de
2005-01-06 17:35 ` tobi at gcc dot gnu dot org
2005-01-07 14:02 ` pinskia at gcc dot gnu dot org
2005-01-08  5:40 ` sgk at troutmask dot apl dot washington dot edu [this message]
2005-01-09 22:59 ` pbrook at gcc dot gnu dot org
2005-01-09 23:16 ` ebotcazou at gcc dot gnu dot org
2005-01-12 22:17 ` toon at moene dot indiv dot nluug dot nl
2005-01-16 23:21 ` pbrook at gcc dot gnu dot org
2005-01-17 11:05 ` Thomas dot Koenig at online dot de
2005-01-20 10:47 ` [Bug fortran/19292] [meta-bug] " Thomas dot Koenig at online dot de
2005-01-22 22:33 ` pbrook at gcc dot gnu dot org
2005-01-23  0:25 ` dje at gcc dot gnu dot org
2005-01-23 22:38 ` pbrook at gcc dot gnu dot org
2005-01-29 15:39 ` pinskia at gcc dot gnu dot org
2005-02-19 12:59 ` wilson at gcc dot gnu dot org
2005-02-20 22:21 ` kargl at gcc dot gnu dot org
2005-02-22 13:07 ` pinskia at gcc dot gnu dot org
2005-02-24 14:32 ` rth at gcc dot gnu dot org
2005-03-11 14:17 ` pinskia at gcc dot gnu dot org
2005-03-13 19:10 ` tobi at gcc dot gnu dot org
2005-03-13 19:29 ` tobi at gcc dot gnu dot org
2005-03-14 20:17 ` tobi at gcc dot gnu dot org
2005-03-16  0:19 ` fengwang at gcc dot gnu dot org
2005-03-16 14:32 ` tobi at gcc dot gnu dot org
2005-03-17  2:14 ` pinskia at gcc dot gnu dot org
2005-03-22 22:17 ` fxcoudert at gcc dot gnu dot org
2005-03-22 23:19 ` tobi at gcc dot gnu dot org
2005-03-25  7:07 ` fxcoudert at gcc dot gnu dot org
2005-03-25 13:37 ` fxcoudert at gcc dot gnu dot org
2005-03-26 17:44 ` pinskia at gcc dot gnu dot org
2005-04-03  8:10 ` fxcoudert at gcc dot gnu dot org
2005-04-06  9:54 ` fxcoudert at gcc dot gnu dot org
2005-04-08 11:12 ` fxcoudert at gcc dot gnu dot org
2005-04-20  1:10 ` milan at cmm dot ki dot si
2005-04-20  1:15 ` pinskia at gcc dot gnu dot org
2005-04-23 16:11 ` pault at gcc dot gnu dot org
2005-04-23 16:14 ` pault at gcc dot gnu dot org
2005-04-23 16:15 ` pault at gcc dot gnu dot org
2005-04-23 16:18 ` pault at gcc dot gnu dot org
2005-04-24 14:01 ` tobi at gcc dot gnu dot org
2005-04-30 17:53 ` pinskia at gcc dot gnu dot org
2005-05-03  7:05 ` tkoenig at gcc dot gnu dot org
2005-05-03 19:47 ` tkoenig at gcc dot gnu dot org
2005-05-03 19:50 ` tkoenig at gcc dot gnu dot org
2005-05-03 19:52 ` tkoenig at gcc dot gnu dot org
2005-05-05 23:26 ` pinskia at gcc dot gnu dot org
2005-05-11 11:18 ` pinskia at gcc dot gnu dot org
2005-05-15  3:25 ` pinskia at gcc dot gnu dot org
2005-05-31 17:01 ` ebotcazou at gcc dot gnu dot org
2005-06-16 22:29 ` fxcoudert at gcc dot gnu dot org
2005-06-16 23:04 ` fxcoudert at gcc dot gnu dot org
2005-06-17 16:25 ` fxcoudert at gcc dot gnu dot org
2005-07-01 22:11 ` pinskia at gcc dot gnu dot org
2005-07-07  9:56 ` fengwang at gcc dot gnu dot org
2005-07-09 12:14 ` tobi at gcc dot gnu dot org
2005-07-12  4:25 ` pinskia at gcc dot gnu dot org
2005-07-12  4:26 ` pinskia at gcc dot gnu dot org
2005-07-12  4:26 ` pinskia at gcc dot gnu dot org
2005-07-14 15:23 ` pault at gcc dot gnu dot org
2005-07-16 20:54 ` pinskia at gcc dot gnu dot org
2005-07-19  8:48 ` fxcoudert at gcc dot gnu dot org
2005-07-19 21:45 ` steven at gcc dot gnu dot org
2005-08-02 10:52 ` fxcoudert at gcc dot gnu dot org
2005-08-06 13:35 ` pinskia at gcc dot gnu dot org
2005-08-31 12:52 ` fxcoudert at gcc dot gnu dot org
2005-09-08 18:51 ` rsandifo at gcc dot gnu dot org
2005-09-09 22:17 ` pinskia at gcc dot gnu dot org
2005-09-09 22:17 ` pinskia at gcc dot gnu dot org
2005-09-12 11:07 ` tobi at gcc dot gnu dot org
2005-09-16  8:57 ` fxcoudert at gcc dot gnu dot org
2005-09-18 19:53 ` tkoenig at gcc dot gnu dot org
2005-09-29 21:33 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050108054014.6713.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).