From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3171 invoked by alias); 12 Nov 2005 23:29:53 -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 3141 invoked by uid 48); 12 Nov 2005 23:29:51 -0000 Date: Sat, 12 Nov 2005 23:29:00 -0000 Message-ID: <20051112232951.3140.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/19292] [meta-bug] g77 features lacking in gfortran In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" X-SW-Source: 2005-11/txt/msg01833.txt.bz2 List-Id: ------- 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