From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B29C3385559E; Wed, 8 Mar 2023 06:59:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B29C3385559E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678258782; bh=KbldGdH8ruBy2EgjSVFPh+oulBV64e47w5mQU2yow0c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MA9w3LSQuvyCtCtzz+oaaD6+Z+PFXa3g/QX1GOGMT3uUOSr9gbk+u4Cc2pKEZebIY drsro0MZpPZhuJQjIGZ/eVasGXeM19ojSi8vJtI25+lEM3AbaHD73PoMXRwCFT537w 2No9l9gSN20Vau8pV8i9oJ5GwfRazq0W7oeAp5Uo= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/108810] gcc.target/powerpc/fold-vec-extract-double.p9.c fails on power 9 BE Date: Wed, 08 Mar 2023 06:59:42 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw 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=3D108810 --- Comment #2 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:4bcdc362e90a07977f85d79c82fd7dcd20d80ac9 commit r13-6539-g4bcdc362e90a07977f85d79c82fd7dcd20d80ac9 Author: Kewen Lin Date: Wed Mar 8 00:56:31 2023 -0600 testsuite: Adjust fold-vec-extract-double.p9.c for powerpc BE [PR108810] On BE, the extracted index for the leftmost element is 0 rather than 1, adjust the test case accordingly. PR testsuite/108810 gcc/testsuite/ChangeLog: * gcc.target/powerpc/fold-vec-extract-double.p9.c (testd_cst): Adjust the extracted index for BE.=