This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran



------- Comment #7 from fxcoudert at gcc dot gnu dot org  2005-11-12 23:29 -------
With my last patch () that I am currently commiting, the list of unimplemented
intrinsics is now:

Access,   fcn,   Check file accessibility.
ChMod,    sub,   Change file modes.
FSeek,    fcn,   Position file (low-level).
GMTime,   fcn,   Convert time to GMT time info.
IDate,    sub,   Get local time info.
Int2,     fcn,   Convert to `INTEGER(KIND=6)' value truncated to whole number.
Int8,     fcn,   Convert to `INTEGER(KIND=2)' value truncated to whole number.
ITime,    sub,   Get local time of day.
Long,     fcn,   Conversion to `INTEGER(KIND=1)' (archaic).
LShift,   fcn,   Left-shift bits
LStat,    sub and 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.
RShift,   fcn,   Right-shift bits.
Short,    fcn,   Convert to `INTEGER(KIND=6)' value truncated to whole number.

I plan to work on ACCESS and CHMOD (I already have them half-implemented in one
of my trees) and FSEEK is though to get (it has a label as optional argument,
which I don't know how to handle). GMTIME, IDATE, ITIME, LSTAT and LTIME need
some library part and should be easy, if someone wants to have a go at them,
feel free!


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-01-06 14:49:20         |2005-11-12 23:29:51
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19292


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]