From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7AF343850851; Wed, 8 Mar 2023 06:59:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AF343850851 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678258787; bh=pcYEwPYP1HnBaWeQwUDanluIj5feN5d5YbWYOrZIRps=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B939hkyeNNmfVkKELYmU+7+yb2EG2z3C8UyZCZQebG1/r1urIwUN3QauJRQFh3MDH u06ZhsnS3c37w3k6xtOARM43a/UxAJwTI99bO2Hsu+98G3KefwoDLzmLSzTHlXMQKT eEeNNTb56vAw/1IDqFRaqhfb4FBzaDxpF9vTcgv0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/108813] gcc.target/powerpc/pr101384-2.c fails on power 9 BE Date: Wed, 08 Mar 2023 06:59:47 +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: 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=3D108813 --- Comment #2 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:3be550e35e1c67327d3724380632512872224178 commit r13-6540-g3be550e35e1c67327d3724380632512872224178 Author: Kewen Lin Date: Wed Mar 8 00:56:32 2023 -0600 testsuite: Adjust pr101384-2.c for Power9 [PR108813] Compiled with cpu type Power9 or later, GCC generates xxspltib rather than vspltis*, so adjust the test case scanning content accordingly. PR testsuite/108813 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr101384-2.c: Adjust with xxspltib.=