From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16AFD385843E; Wed, 12 Oct 2022 16:18:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16AFD385843E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665591495; bh=mrGGM8P+aYBrhRR1y0eFhj0wnLa7Fh62cIcDolj2zgY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dCohOpREIAKDCDAqq8AMx5k60rh2rWRMfytwJFdkhva4i2RtSr5vPu4TZZkxQFwPO su6ks2UE+R2dYJBqtuTxeH3L1Gr5TRoEjKPfxNn+l64d+YOvcajIh0wQRv0S7rxiv0 4VFeGDtX/JOYVFIawlSJwbHRHtMI62Ngx/ZMmA6U= From: "ptw at tpointsw dot uk" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107237] Error: non-constant array in DATA statement (1) Date: Wed, 12 Oct 2022 16:18:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ptw at tpointsw dot uk X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107237 --- Comment #2 from Patrick Wallace --- Many thanks for the quick response, and profound apologies for this red herring. The reason I got caught out is that the code I started with had be= en copy/pasted from a PDF, using Acrobat Reader. The latter is (to my surprise) capable of performing character recognition on an image of the original pri= nted publication and had interpreted a decimal one as lowercase lima. BTW my own code invariably starts with IMPLICIT NONE and I wish I had tried this in the example!=