From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85215 invoked by alias); 26 Oct 2015 08:49:17 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 85194 invoked by uid 89); 26 Oct 2015 08:49:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 26 Oct 2015 08:49:15 +0000 Received: by wikq8 with SMTP id q8so153693783wik.1; Mon, 26 Oct 2015 01:49:12 -0700 (PDT) X-Received: by 10.194.62.112 with SMTP id x16mr45076297wjr.132.1445849352424; Mon, 26 Oct 2015 01:49:12 -0700 (PDT) Received: from [192.168.100.6] (chp127.enscp.fr. [193.51.253.127]) by smtp.gmail.com with ESMTPSA id w1sm37679580wjz.37.2015.10.26.01.49.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Oct 2015 01:49:11 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: [PATCH] PR fortran/36192 -- Check for valid BT_INTEGER From: FX In-Reply-To: <20151026011639.GA34497@troutmask.apl.washington.edu> Date: Mon, 26 Oct 2015 08:49:00 -0000 Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <09CB262E-8C71-457F-9F0C-0B6097D9C690@gmail.com> References: <20151026011639.GA34497@troutmask.apl.washington.edu> To: Steve Kargl X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00140.txt.bz2 > 2015-10-25 Steven G. Kargl >=20 > PR fortran/36192 > * array.c (gfc_ref_dimen_size): Check for BT_INTEGER before calling > mpz_set. >=20 >=20 > 2015-10-25 Steven G. Kargl >=20 > PR fortran/36192 > * gfortran.dg/pr36192.f90: New test. OK. But I don=E2=80=99t understand why the testcase=E2=80=99s dg-error patt= ern has this form: a regex =E2=80=9Cor=E2=80=9D (|) of two identical string= s? FX