From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id BAF34384F017; Mon, 12 Sep 2022 07:20:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAF34384F017 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662967243; bh=mUtW8xnDOSa0wOYjSg74azUj0Me3U9663q8GzG5ic6Q=; h=From:To:Subject:Date:From; b=cX0c5rD3Dic+yWwKL1mdvkd9WaL/MmZEWxHrLIj82ty2zPaiPbwhqkco01mGbKLGL KzotrKxhlN8M1gaP6zWgEskhKcqX0sRVYnZRWXJ3zDFLBD2a1Wl5hx0Yt/MNhgdnNJ raKdoGgwlV6Irf4kWkBo5tUGVzLmRewaU3exrAUU= 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 #1522 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: 4f0a2729d78d77f14140531ca809d1c45311f0c9 X-Git-Newrev: 8c6b017310ec3b4f77500d5fa8311e995d655c1a Message-Id: <20220912072043.BAF34384F017@sourceware.org> Date: Mon, 12 Sep 2022 07:20:43 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8c6b017310ec3b4f77500d5fa8311e995d655c1a commit 8c6b017310ec3b4f77500d5fa8311e995d655c1a Merge: 4f0a2729d78 a876e9e8f0c Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Mon Sep 5 11:45:24 2022 +0000 Merge #1522 1522: Add testcases to test folding r=philberty a=abbasfaisal The fix is a bit of guess so do have a careful look :) Co-authored-by: Faisal Abbas <90.abbasfaisal@gmail.com> Diff: gcc/rust/typecheck/rust-hir-type-check-stmt.cc | 2 +- gcc/testsuite/rust/compile/const6.rs | 4 ++++ gcc/testsuite/rust/compile/const7.rs | 12 ++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-)