From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17147 invoked by alias); 29 Apr 2010 19:09:38 -0000 Received: (qmail 17062 invoked by uid 48); 29 Apr 2010 19:09:24 -0000 Date: Thu, 29 Apr 2010 19:09:00 -0000 Message-ID: <20100429190924.17061.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/42958] Weird temporary array allocation 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: 2010-04/txt/msg03181.txt.bz2 ------- Comment #24 from tkoenig at gcc dot gnu dot org 2010-04-29 19:09 ------- (In reply to comment #22) > It is my intention to change the array descriptor representation and > to start with an API that provides the (lbound, ubound,stride) values. > In fact, this API has already been put in place in the FE but is > incompletely implemented in the library (or, at least, last time I > looked). If you find anything still missing in the library, please let me know. I thought I had converted everything to the macros, which are fairly easy to change, but I may be mistaken. -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42958