From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 434E73857B95; Tue, 25 Oct 2022 19:14:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 434E73857B95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666725257; bh=nf1ezz2/8LguTmyl8JhYZJaEK5Myn97CyuuQG41bIPw=; h=From:To:Subject:Date:From; b=ZJIp1HVdSzzlspNwxeQ4hZpj4Lk0QsMUbUDyUlm3XIlRbF6Z+s07iCFjARcoHpBdy nKWUgR9SYixleoosYDjuYkzf7hS5FPgY6Ask0fEPs42mw2nAaqKwOWuoa3J8VuEWwL 6OozyMI3VpvlALgtEqYTbuZCtd2WlEvcs/RTx5h4= 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 #1614 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: 6c7841a3ac51588c93543361d8906ab4daa2d034 X-Git-Newrev: 0cf743d57fc67d88ecba654be8574ea9a5be40d2 Message-Id: <20221025191417.434E73857B95@sourceware.org> Date: Tue, 25 Oct 2022 19:14:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:0cf743d57fc67d88ecba654be8574ea9a5be40d2 commit 0cf743d57fc67d88ecba654be8574ea9a5be40d2 Merge: 6c7841a3ac5 83e5265d6af Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue Oct 25 17:24:06 2022 +0000 Merge #1614 1614: intrinsics: Add rust_sorry wrapper for unimplemented intrinsics r=CohenArthur a=CohenArthur This allows us to define intrinsics without implementing their body. This will be useful for atomic intrinsics for example, as there are a lot of them and we should work on implementing them one by one properly and slowly Co-authored-by: Arthur Cohen Diff: gcc/rust/backend/rust-compile-intrinsic.cc | 10 ++++++++++ gcc/testsuite/rust/compile/torture/intrinsics-3.rs | 9 +++++++++ 2 files changed, 19 insertions(+)