From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B29843858C31; Wed, 3 May 2023 15:09:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B29843858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683126566; bh=/gtBr0NYKAYl70hJpcRu/ktvTlur3fiDS2/wcKVT0Nk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nZdDR7CTEYmM9iFOtdeBDdibGyMr197HDNVMZfm44qUJY8ozK6RMPrXRKYWE58arB 9QE96n+HXSIyphnywZKCdn6DTc+Z2DwRI7Pcdsn99kkorKn0PuQOIeQKxIfl1GmZkG nv3Xt1tt40gzN+oNJaG8KGZ2VruRYBEnWLYd6wa0= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/109675] GCC 13.1: the Modula-2 front-end fails to build on some platforms Date: Wed, 03 May 2023 15:09:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109675 --- Comment #2 from Gaius Mulley --- Created attachment 54981 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54981&action=3Dedit Proposed fix Here is a proposed patch, writeAddress is re-implemented and as a result the support tools mc and pge have been rebuilt. I'm currently bootstrapping on multiple targets - once complete and if no problems develop the patch will = be applied. Thanks for the bug report!=