From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26457 invoked by alias); 24 Jul 2009 08:30:40 -0000 Received: (qmail 26363 invoked by uid 48); 24 Jul 2009 08:30:22 -0000 Date: Fri, 24 Jul 2009 08:30:00 -0000 Message-ID: <20090724083022.26362.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: "jakub 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: 2009-07/txt/msg01959.txt.bz2 ------- Comment #31 from jakub at gcc dot gnu dot org 2009-07-24 08:30 ------- Vectorization questions I'll defer to Ira. For !optimize I even had a change to forcibly use the function call instead of inline version. But it didn't really work, as there are only array versions of the library functions. In case of minloc/maxloc we could just set up a fake array descriptor for one element array and call the library functions (the *loc0 ones). But minval/maxval library functions only handle DIM=N cases, not finding a minimum/maximum of the whole array. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067