From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6418E382EA39; Thu, 1 Sep 2022 05:28:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6418E382EA39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662010085; bh=rXmUaUSGojOxvSMnVl0hnwlKd3apMvD/T2fPCeprUww=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RwvmWixMIrj2r/581+UpkEm81dPuW5EXEcYJf5Sp0QeNGuXd3YfSOL7NRqmkfxAB8 jkSKXZ/AtNfM2dIbyQ60si6jZL1RN8ZH72L02DxaT3FAFp8qySIC2bENNNeXjyuyA5 hhCGMOfYKw0Ga8IrW0syV5bRhACWInTTC1iNAW5M= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10 Date: Thu, 01 Sep 2022 05:28:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target 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: 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=3D106682 --- Comment #2 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:023c5b36e476976cb3b45ff32c7c64990c5a6d45 commit r13-2332-g023c5b36e476976cb3b45ff32c7c64990c5a6d45 Author: Kewen Lin Date: Thu Sep 1 00:27:11 2022 -0500 rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682] Commit r12-2266 updated the scanned assembly content from "{\mlvx\M|\mlxv\M|\mlxvd2x\M}" to "{\mp?lxv\M|\mlxv\M|\mlxvd2x\M}" for the test case pr86731-fwrapv-longlong.c unexpectedly. It's meant to update "lxv" to "p?lxv", should leave the "lvx" unchanged. So fix the typo accordingly. PR testsuite/106682 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr86731-fwrapv-longlong.c: Fix typo.=