From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C65B93858C52; Wed, 18 Oct 2023 02:06:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C65B93858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697594792; bh=E7F+ao6y07nM6DJ88RSSzsDB5OF4mkvLQgIdwz6BMcw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iOhindWAG4UogV1tZBeq0UNYg8uwBniW+5mCYis4JOLBupkr9O7aRq2Lk39/pRAVJ vchOfruLei0YzusbxESlWLy5QtjHEhxOi71vSYesSMCsBZbCHWhJzFkZLKAKZU9QTC 2NlJBlnfoWV7kDdW+4EFXV38WE/IFIBO0CDjWjsA= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/111756] Re-building all-gcc after source changes fails to link Date: Wed, 18 Oct 2023 02:06:31 +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.2.1 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=3D111756 --- Comment #8 from Gaius Mulley --- Created attachment 56135 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56135&action=3Dedit Proposed fix for gcc-13 This is a patch for gcc-13 adding dependency checking within gcc/m2/Make-lang.in. This patch does not include the implementation of the= -M options for gm2/cc1gm2 (unlike the gcc-14 version of the patch). Ironically the implementation of the -M options (within gm2/cc1gm2) were not necessary= to fix this PR as m2/stage1/cc1gm2 is built by translating the m2 sources into c++.=