From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6824 invoked by alias); 13 Mar 2007 20:12:18 -0000 Received: (qmail 6789 invoked by uid 48); 13 Mar 2007 20:12:09 -0000 Date: Tue, 13 Mar 2007 20:12:00 -0000 Message-ID: <20070313201209.6788.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31067] MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig 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-03/txt/msg01205.txt.bz2 ------- Comment #11 from tkoenig at gcc dot gnu dot org 2007-03-13 20:12 ------- (In reply to comment #10) > Thomas, it's a bit kludgy, but why not add a constant expression = 1, if dim is > not present? Hi Paul, unless I'm mistaken, this would also change the rank of the function to 0, which FX explained is wrong. Do you have any idea what I cold do to turn this into an array? All the "interesting" gfc_conv_intrinsic_* functions have the "if (se->ss)" statement on top. Cheers, Thomas -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067