From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120306 invoked by alias); 28 Mar 2015 00:02:02 -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 120284 invoked by uid 89); 28 Mar 2015 00:02:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 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 00:02:00 +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 t2S01vNA004446 ; Sat, 28 Mar 2015 01:01:57 +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 82D0AF8; Sat, 28 Mar 2015 01:01:57 +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 fQTvI7pEyMy0; Sat, 28 Mar 2015 01:01:57 +0100 (CET) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 70A50105; Sat, 28 Mar 2015 01:01:57 +0100 (CET) Date: Sat, 28 Mar 2015 00:02:00 -0000 To: sgk@troutmask.apl.washington.edu Cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [PATCH] fortran/65429 -- don't dereference a null pointer User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20150328000157.70A50105@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) X-SW-Source: 2015-03/txt/msg01471.txt.bz2 Steve, 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). TIA Dominique