From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16456 invoked by alias); 8 Jun 2013 10:56:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 16436 invoked by uid 89); 8 Jun 2013 10:56:17 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from smtp23.services.sfr.fr (HELO smtp23.services.sfr.fr) (93.17.128.19) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 08 Jun 2013 10:56:15 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2302.sfr.fr (SMTP Server) with ESMTP id 2A5CE7000048; Sat, 8 Jun 2013 12:56:13 +0200 (CEST) Received: from [192.168.1.58] (12.15.72.86.rev.sfr.net [86.72.15.12]) by msfrf2302.sfr.fr (SMTP Server) with ESMTP id DF179700008B; Sat, 8 Jun 2013 12:56:12 +0200 (CEST) X-SFR-UUID: 20130608105612913.DF179700008B@msfrf2302.sfr.fr Message-ID: <51B30D90.9080609@sfr.fr> Date: Sat, 08 Jun 2013 10:56:00 -0000 From: Mikael Morin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130530 Thunderbird/17.0.6 MIME-Version: 1.0 To: Tobias Burnus CC: gcc patches , gfortran Subject: Re: [Patch, Fortran] PR57553 - fix two STORAGE_SIZE bugs References: <51B20641.4040509@net-b.de> In-Reply-To: <51B20641.4040509@net-b.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-SW-Source: 2013-06/txt/msg00443.txt.bz2 Le 07/06/2013 18:11, Tobias Burnus a écrit : > This patch fixes two issues: > * storage_size('aa') was rejected as constant expression - as > ts.u.cl->length == 0. > * In trans*.c, there was a fold_convert missing (-> ICE). Additionally, > I have replaced the detour to generate a tree containing the value "8" > via a fortran expression. > > Build and regtested on x86-64-gnu-linux. > OK for the trunk? > OK, thanks. Mikael