From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B204D385800A; Mon, 16 Oct 2023 17:19:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B204D385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697476770; bh=czhNto3/d1lNnDQx9nyVgUMfUhe4r/r798K9GS/o1RU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VKeq8C8bStR7oLHd3hKHZC4ij+JO6s+43tzV5d2rdzjY4mI6ytZ9/k8J3AzI9pckx s9bm/iPNt5SryfDW8w8TqdnYtAJjmC8FmIYEjZ3cxPDe/C2RSomzK0705H9mVpNop6 g0X6IBgP3OAEMosMu+rwLXPGgPG69Klnw/PLWZ1A= 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: Mon, 16 Oct 2023 17:19:29 +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.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=3D111756 Gaius Mulley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56114|0 |1 is obsolete| | --- Comment #3 from Gaius Mulley --- Created attachment 56122 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56122&action=3Dedit Proposed patches v4 (implement all -M flags). No Make-lang.in changes yet though. This patch implements all the -M* options. It seems to work on small proje= cts outside GCC. The next patch will include the changes to gcc/m2/Make-lang.i= n.=