From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id D8CEE3858C2D; Wed, 31 Aug 2022 10:41:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8CEE3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661942490; bh=zfUkTQV4g4GXGJVWa6AAqrMy2QVsL3MsYq5qGN0Xako=; h=From:To:Subject:Date:From; b=GcTr91u8DWoyTapxvQGKmLS8b/3XvvAfCO51BTzBjBLnc6vu9cGLbJAR2Po8KFuGF lX9c+uav5R2PqfqLLp9Zvqh3CdbKvP2WqL/iEQUo5pKwNs5cDGpuhTqjGvAErlH+pK pHA4RW8YOXlFx4GmI5tlgtOpGTnkSZSTnZCjJcR4= 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 #1514 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: 017be6aeb8f3803a26cf11ef633ce24fca7749b8 X-Git-Newrev: 45f80a2d86c3cb6210f00547eee3e9af59a62fdf Message-Id: <20220831104130.D8CEE3858C2D@sourceware.org> Date: Wed, 31 Aug 2022 10:41:30 +0000 (GMT) List-Id: https://gcc.gnu.org/g:45f80a2d86c3cb6210f00547eee3e9af59a62fdf commit 45f80a2d86c3cb6210f00547eee3e9af59a62fdf Merge: 017be6aeb8f fcf6fea382f Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Wed Aug 31 09:15:27 2022 +0000 Merge #1514 1514: Fix SEGV in transcribe_type when compiling libcore 1.29 r=CohenArthur a=CohenArthur Needs #1513, Skip reviewing the first commit Co-authored-by: Arthur Cohen Diff: gcc/rust/ast/rust-ast-dump.h | 16 +++++++++ gcc/rust/ast/rust-ast.h | 56 ++++++++++++++++++++++++++++--- gcc/rust/expand/rust-attribute-visitor.cc | 11 +++--- gcc/rust/expand/rust-macro-expand.cc | 4 ++- 4 files changed, 77 insertions(+), 10 deletions(-)