From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id F320D3895FD9; Wed, 8 Jun 2022 12:45:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F320D3895FD9 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 #1228 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: 140f6a698b4d7157e6a33cd7b41c27b39ecbf76e X-Git-Newrev: 8d828e4b301a52e43246176848ae8869dd26255c Message-Id: <20220608124524.F320D3895FD9@sourceware.org> Date: Wed, 8 Jun 2022 12:45:24 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2022 12:45:25 -0000 https://gcc.gnu.org/g:8d828e4b301a52e43246176848ae8869dd26255c commit 8d828e4b301a52e43246176848ae8869dd26255c Merge: 140f6a698b4 dd213da6a3b Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Mon May 9 14:32:00 2022 +0000 Merge #1228 1228: Fix match tests on 32bit systems r=philberty a=philberty Printing i64's on 32bit systems requires the proper format specifier this amends these test cases to 32bit integers so %i works as expected. I was able to use gdb to verify that these values are computed properly from the structure on 32 bit systems. Keeping the structures as i32 we can ignore platform-specific format specifiers. Co-authored-by: Philip Herron Diff: gcc/testsuite/rust/execute/torture/match1.rs | 2 +- gcc/testsuite/rust/execute/torture/match3.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)