From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12003 invoked by alias); 28 Mar 2015 11:42:42 -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 11982 invoked by uid 89); 28 Mar 2015 11:42:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 28 Mar 2015 11:42:40 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id t2SBgb3q026808 ; Sat, 28 Mar 2015 12:42:37 +0100 (CET) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 6C883105; Sat, 28 Mar 2015 12:42:37 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88mRBMfdEGx4; Sat, 28 Mar 2015 12:42:30 +0100 (CET) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 56C57F8; Sat, 28 Mar 2015 12:42:30 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: [PATCH] fortran/65429 -- don't dereference a null pointer From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= In-Reply-To: <20150328003313.GA4777@troutmask.apl.washington.edu> Date: Sat, 28 Mar 2015 11:42:00 -0000 Cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <945470A5-15E1-4166-80F5-181A5A5EBCBD@lps.ens.fr> References: <20150328000157.70A50105@mailhost.lps.ens.fr> <20150328003313.GA4777@troutmask.apl.washington.edu> To: Steve Kargl X-SW-Source: 2015-03/txt/msg01480.txt.bz2 See also my comment 2 in pr65429. Cheers, Dominique > Le 28 mars 2015 =C3=A0 01:33, Steve Kargl a =C3=A9crit : >=20 > On Sat, Mar 28, 2015 at 01:01:57AM +0100, Dominique Dhumieres wrote: >>=20 >> AFAICT your test succeeds without your patch and does not test that the = ICE >> reported by FX is gone (indeed it is with your patch). >>=20 >=20 > Yeah, I thought about that, but did not pursue it, yet. > It is a zero-size string issue because FX's initialization > is empty. I'll play a little bit tomorrow with the > testcase case. >=20 > --=20 > Steve