From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2FD43858C52; Mon, 14 Nov 2022 12:12:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2FD43858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668427944; bh=UadvSD7gAeMDAnkmVcybl033FhvBrU5bf/k27RwaflM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vpDWxOorGQxNZp/OBwibraTULuG/ImOTBceGXqCXtE1tzBV/JqQQebxqmvDssfUfF a4lJZb3H3qiDIsJOQURyvo5CXjQba127vIMtrb83SfsZzDHPY7KDmYlr+XZwyk/cJL F078G2bpxozAcVF1y45h2UbQDr5ZlpqjZ1XqZjJw= From: "dkm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rust/107633] [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference Date: Mon, 14 Nov 2022 12:12:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: dkm 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107633 --- Comment #7 from Marc Poulhi=C3=A8s --- Hello, (I'm merely proxying some info here) We do have regular bootstrap builds (see https://builder.sourceware.org/buildbot/#/builders/107 ) and were aware of = the breakage (but I'm not sure you can observe it in this builder, I'll investi= gate why) Arthur already has a pending change that should fix this, see:=20 https://github.com/Rust-GCC/gccrs/pull/1635 Not really sure how it interacts with Marek's fix. I've pinged Arthur so th= is will be handled at some point :) Thanks!=