From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D6073850617; Wed, 14 Dec 2022 19:49:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D6073850617 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671047370; bh=n1lFkgZD/hMtRi7g/eIedwYI/W/zVOR4pYdxD2Sa3ZE=; h=From:To:Subject:Date:From; b=YlekUi4UfDP9oMJ6eoGTKhlcVTCf2ZZVkr+GCCFUz0vbjKsrcH7V7TDvkOiChaSXH 5Utcm5UySPn8lHJezio9ETYJol3fDNlBlhsBYgpgfvOBrwkywHone71iFtfkghdNg6 NQ2rDikEvbVjOvUsPiCtZaS4QxTnRltogeYYgh7o= From: "jakub at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/108113] New: Rust and --enable-link-serialization=1 Date: Wed, 14 Dec 2022 19:49:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D108113 Bug ID: 108113 Summary: Rust and --enable-link-serialization=3D1 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Seems rust/Make-lang.in doesn't have link serialization support, I bet that must break --enable-link-serialization=3D1 builds with rust enabled. See r11-5142-gd326ebc94f3b2b0d962fb9e253564b39106a10da r11-5190-ga774a6a2fbeaf7cbcb7a7afe433418f2d740b45b commits what has been changed for other FEs. The first change introduced some stuff that the second one reverted, so wha= t is needed in rust/Make-lang.in is basically rust.serial =3D rust1$(exeext) and making rust1$(exeext) depend on $(rust.prev) The generic code will ensure to fill in rust.prev to some other *.serial and set some other *.prev to rust.serial as needed. --=20 You are receiving this mail because: You are on the CC list for the bug.=