From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id A7FE73857011; Mon, 29 Aug 2022 15:36:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7FE73857011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661787417; bh=Ix90tDsNVK52mnJAM9DUswKRUNYoJj6xmPzcPM3HqnY=; h=From:To:Subject:Date:From; b=b+zlE3/7JMaadsZxyMiYC3hyQvKAor2mXlvTxdWI84nwmVbAJekQ72BAwsi9BmAgg 5Ce2UG9sN5QuZeBiK0qCBrTHVS4oJvXmVSVIaTNXDioa6IhBDCGutCaXRtEP+dLhMk reQPNlf26qIr82Pn1wBi5BX6P3yurCP/VChkSUcw= 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 #1510 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: 76f89f0fc5cfeb58bb8120ee8d7afe459074e26e X-Git-Newrev: 64c7a90934f03630356c76d7aa9ba6978ee4e9e6 Message-Id: <20220829153657.A7FE73857011@sourceware.org> Date: Mon, 29 Aug 2022 15:36:57 +0000 (GMT) List-Id: https://gcc.gnu.org/g:64c7a90934f03630356c76d7aa9ba6978ee4e9e6 commit 64c7a90934f03630356c76d7aa9ba6978ee4e9e6 Merge: 76f89f0fc5c c6a7ab78ff7 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Sat Aug 27 09:02:41 2022 +0000 Merge #1510 1510: rustc_attrs: Allow `rustc_inherit_overflow_checks` as a builtin attribute r=CohenArthur a=CohenArthur We cannot yet handle this attribute, but we should not reject it either. Co-authored-by: Arthur Cohen Diff: gcc/rust/util/rust-attributes.cc | 32 ++++++++++++++++--------------- gcc/testsuite/rust/compile/rustc_attr1.rs | 13 +++++++++++++ 2 files changed, 30 insertions(+), 15 deletions(-)