From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15797 invoked by alias); 1 Oct 2015 19:19:22 -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 14997 invoked by uid 89); 1 Oct 2015 19:19:21 -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_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 01 Oct 2015 19:19:20 +0000 Received: by wiclk2 with SMTP id lk2so4913047wic.0; Thu, 01 Oct 2015 12:19:17 -0700 (PDT) X-Received: by 10.194.171.69 with SMTP id as5mr12149242wjc.137.1443727157157; Thu, 01 Oct 2015 12:19:17 -0700 (PDT) Received: from [192.168.1.17] (5-49-98-41.hfc.dyn.abo.bbox.fr. [5.49.98.41]) by smtp.gmail.com with ESMTPSA id go2sm4623527wib.20.2015.10.01.12.19.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 01 Oct 2015 12:19:16 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3093\)) Subject: Re: [PATCH] fortran/67802 -- Numeric constant character length must ... From: FX In-Reply-To: <20151001185454.GA7728@troutmask.apl.washington.edu> Date: Thu, 01 Oct 2015 19:19:00 -0000 Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <80957D24-B73A-4A24-AEBA-099B4DBAAE9F@gmail.com> References: <20151001185454.GA7728@troutmask.apl.washington.edu> To: Steve Kargl X-SW-Source: 2015-10/txt/msg00124.txt.bz2 > 2015-10-01 Steven G. Kargl >=20 > PR fortran/67802 > * decl.c (add_init_expr_to_sym): Numeric constant for character > length must be an INTEGER. >=20 > 2015-10-01 Steven G. Kargl >=20 > PR fortran/67802 > * gfortran.dg/pr67802.f90: New test. OK, but not with that error message. We currently don=E2=80=99t use the =E2= =80=9Cshorthand=E2=80=9D standard notation (like "scalar-int-expr=E2=80=9D)= in our error messages, and we should keep that consistent. So I would go w= ith =E2=80=9Ccharacter length should be of integer type=E2=80=9D or somethi= ng like that. FX