From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8245D3857C6C; Tue, 27 Jul 2021 14:17:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8245D3857C6C From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/101643] [debug, ada] packed array not described as packed Date: Tue, 27 Jul 2021 14:17:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 8.5.0 X-Bugzilla-Keywords: wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution keywords bug_status target_milestone version 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2021 14:17:27 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101643 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Keywords| |wrong-debug Status|UNCONFIRMED |RESOLVED Target Milestone|--- |9.0 Version|7.5.0 |8.5.0 --- Comment #1 from Tom de Vries --- Fixed by: ... commit 21afc4facd1ac4f62f7bd8ca0a3997fdb8ed1230 Author: Eric Botcazou AuthorDate: Thu May 31 10:46:02 2018 +0000 Commit: Pierre-Marie de Rodat CommitDate: Thu May 31 10:46:02 2018 +0000 [Ada] Fix strange behavior of Object_Size for packed array subtype 2018-05-31 Eric Botcazou gcc/ada/ * gcc-interface/decl.c (gnat_to_gnu_entity) : Do= not deal with the ___XP suffix for packed array types here... : ...or here when processing the implementation type but when processing the original type instead. Do not reuse the DECL of the implementation type for the original type. Tidy up. From-SVN: r260999 ... I was not able to find a submission of this patch.=