From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26846 invoked by alias); 26 Jun 2007 06:36:48 -0000 Received: (qmail 26830 invoked by uid 48); 26 Jun 2007 06:36:37 -0000 Date: Tue, 26 Jun 2007 06:36:00 -0000 Message-ID: <20070626063637.26829.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32512] efficiency of RESHAPE and SPREAD In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "highegg at gmail dot com" 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-06/txt/msg02443.txt.bz2 ------- Comment #1 from highegg at gmail dot com 2007-06-26 06:36 ------- Created an attachment (id=13790) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13790&action=view) speedtester of TRANSPOSE, RESHAPE and SPREAD this testcase tests speed of constructing an array via TRANSPOSE, RESHAPE and SPREAD, by passing the result to a computationally non-intensive subroutine (involving only one row and column of the matrix). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32512