From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD5F0384CB97; Thu, 9 May 2024 18:53:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD5F0384CB97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715280784; bh=OWVAIsxur7swdEc8pRLrcUBAQ+Tj9//0wUqvzznM8Ds=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vBDS7Z+36c6ul06P2ORQIc7utXt77ExaVGMLxYq/0dsgkOOgC8tROyUoD9JHI7Oim GCLGLhJe+Ua7t+oIe7gu1uQiUhmT3pxvwLbiUa98kgr3MxyBekJVDMJD1sDjD752wN qqJObqjkbVX7pnTEzLM7O5FMndzkBNz4hxyOe/ig= From: "nicolas at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/81087] array index out of range in gnatlink, making test always false Date: Thu, 09 May 2024 18:53:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 7.0.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nicolas at debian dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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: attachments.isobsolete attachments.created 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=3D81087 Nicolas Boulenguez changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #41577|0 |1 is obsolete| | --- Comment #7 from Nicolas Boulenguez --- Created attachment 58152 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58152&action=3Dedit The main fix, minimized and rebased, with 4 related suggestions I see nothing related in the public GCC git repository, but that may be nor= mal. Just in case it helps tracking all occurrences, the attachment contains a minimal patch for this bug. It also contains four related style suggestions.=