From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37167 invoked by alias); 26 Oct 2015 10:15:24 -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 36187 invoked by uid 89); 26 Oct 2015 10:15:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no 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; Mon, 26 Oct 2015 10:15:22 +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 t9QAFISx067738 ; Mon, 26 Oct 2015 11:15:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 0DCCC175; Mon, 26 Oct 2015 11:15:18 +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 FKd47Z-GlLcJ; Mon, 26 Oct 2015 11:15:17 +0100 (CET) Received: from book15.home (AClermont-Ferrand-551-1-195-68.w86-207.abo.wanadoo.fr [86.207.62.68]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 3269E174; Mon, 26 Oct 2015 11:15:17 +0100 (CET) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] PR fortran/36192 -- Check for valid BT_INTEGER Date: Mon, 26 Oct 2015 10:15:00 -0000 Message-Id: <29A34E5C-C075-4607-80F8-AC1FF79C20C1@lps.ens.fr> Cc: FX , gfortran , gcc-patches@gcc.gnu.org To: Steve Kargl Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-SW-Source: 2015-10/txt/msg02674.txt.bz2 With the patch compiling the original test still gives =E2=80=A6 pr36192.f90:39:10: x_n, v_n, & ! Configuration at t+dt with step dt 1 Error: The module or main program array 'x_n' at (1) must have constant sha= pe f951: internal compiler error: Segmentation fault: 11 Dominique