[Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 1 05:28:04 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106682

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:023c5b36e476976cb3b45ff32c7c64990c5a6d45

commit r13-2332-g023c5b36e476976cb3b45ff32c7c64990c5a6d45
Author: Kewen Lin <linkw@linux.ibm.com>
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.


More information about the Gcc-bugs mailing list