From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13650 invoked by alias); 8 Aug 2007 17:37:47 -0000 Received: (qmail 11461 invoked by uid 48); 8 Aug 2007 17:37:36 -0000 Date: Wed, 08 Aug 2007 17:37:00 -0000 Message-ID: <20070808173736.11459.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29600] F2003 intrinsics with an optional KIND argument In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00547.txt.bz2 ------- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-08-08 17:37 ------- The following are easy to fix (I have a patch that just needs writing doc, I'll submit later today): COUNT, IACHAR, ICHAR, INDEX, LBOUND, LEN, LEN_TRIM, SCAN, SIZE, UBOUND, VERIFY. This will leave: ACHAR (not so hard), MAXLOC, MINLOC and SHAPE. The last three are a bit more tricky if we want to avoid combinatorial explosion of the library routines ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29600