From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B0B53858406; Tue, 8 Nov 2022 12:35:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B0B53858406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667910956; bh=vaZEc5zpTUC+MlKD8AfwSApZz+R734/rn2dJ1o0JwYo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qEnIJqRrVyC4+ZgAtOZ2ksPSH8cXUBRpS+3mwxmlfedFwrUmDyQGkI9ERUqPkD0eO JTrAqAdRW6FmD1+D8yzWmNp6bewX8pte/jvC32Do0sNG4GZBUxSczGAUhvbqZAYtXI DL6TWM682YhaVm0KsKHYazEFdHDmgaiprJuOfsPc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/107171] New test case gcc.target/powerpc/pr105586.c fails after its introduction in r13-2525-gbec35caafae8db Date: Tue, 08 Nov 2022 12:35:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jskumari at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107171 --- Comment #4 from CVS Commits --- The master branch has been updated by Surya Kumari Jangala : https://gcc.gnu.org/g:7ca912b46e0eb45ebefeb0eda4c28afe1513d272 commit r13-3805-g7ca912b46e0eb45ebefeb0eda4c28afe1513d272 Author: Surya Kumari Jangala Date: Thu Oct 13 09:18:15 2022 -0500 testsuite: Fix failure in test pr105586.c [PR107171] The test pr105586.c fails on a big endian system when run in 32bit mode. The failure occurs as the test case does not guard against unsupported __int128. 2022-10-13 Surya Kumari Jangala gcc/testsuite/ PR testsuite/107171 * gcc.target/powerpc/pr105586.c: Guard against unsupported __int128.=