From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id C0F783886C47; Thu, 27 Oct 2022 07:50:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0F783886C47 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666857007; bh=48Ifp8VAmqestfMRih0EsD8kn/Fc1WWKNjiCn3fCZoo=; h=From:To:Subject:Date:From; b=acBlbjcFMef5DPKwIkWrcZCeZawCJGHJfabWcAYSjP6d87Wxm9K3x0ekxCVIgBv5B yDDPCng46893+ZVT+yyx6fe8Ty+kseBIHJdfxfbekwjOeyQejMkVrl5txjtotZ2njG I40lbW2/h0h47ILBxDOE7VIyvjhwp7ojUQOKVYBs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1585 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 0cf743d57fc67d88ecba654be8574ea9a5be40d2 X-Git-Newrev: 14c942c3eb060e063fd8142d390c6d09951bf544 Message-Id: <20221027075007.C0F783886C47@sourceware.org> Date: Thu, 27 Oct 2022 07:50:07 +0000 (GMT) List-Id: https://gcc.gnu.org/g:14c942c3eb060e063fd8142d390c6d09951bf544 commit 14c942c3eb060e063fd8142d390c6d09951bf544 Merge: 0cf743d57fc 94d11161c1a Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Wed Oct 26 08:27:39 2022 +0000 Merge #1585 1585: Apply #1556 on master r=CohenArthur a=CohenArthur We should probably wonder about our usage of `-Wno-unused-parameter` :) Co-authored-by: Arthur Cohen Diff: .github/bors_log_expected_warnings | 16 ------- .github/workflows/ccpp.yml | 3 ++ gcc/rust/Make-lang.in | 3 +- gcc/rust/backend/rust-constexpr.cc | 96 +++++++++++++++++++------------------- 4 files changed, 53 insertions(+), 65 deletions(-)