From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 2EEA63857C6B; Tue, 25 Oct 2022 19:14:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EEA63857C6B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666725252; bh=qu5Fu7QhgMmAwTyQ9pTOb6qb1YLPGVibQZXnpw18J80=; h=From:To:Subject:Date:From; b=DYVDB8VXsaV5M1wRykd39a783LGor+vGiTHd5GW4f3mDc5+MPUO7XWXAa/pFHT4mn ca7niPwJTsRdCgoHYFOgwHhOS8RTyI0nEFiF3G6BgcE6DTt+XSLmKuY26vKL7BuPAu sL0hLt5CIcc+TrFOGjGxlBeHZRiHw3bKwWup4vNw= 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 #1613 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: 490aa25d5564313c1957bf28533fe902a0aaa1f2 X-Git-Newrev: 6c7841a3ac51588c93543361d8906ab4daa2d034 Message-Id: <20221025191412.2EEA63857C6B@sourceware.org> Date: Tue, 25 Oct 2022 19:14:11 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6c7841a3ac51588c93543361d8906ab4daa2d034 commit 6c7841a3ac51588c93543361d8906ab4daa2d034 Merge: 490aa25d556 6304177c2b5 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue Oct 25 12:08:10 2022 +0000 Merge #1613 1613: builtins: Rename all bang macro handlers r=CohenArthur a=CohenArthur This renames all builtin macro functions to `_handler`. This helps avoiding the `ifdef/undef` dance we performed for MacOS in order to compile the `assert` method Co-authored-by: Arthur Cohen Diff: gcc/rust/expand/rust-macro-builtins.cc | 25 ++++++++++-------- gcc/rust/expand/rust-macro-builtins.h | 47 ++++++++++++++++------------------ gcc/rust/util/rust-hir-map.cc | 22 ++++++++-------- 3 files changed, 47 insertions(+), 47 deletions(-)