public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10
       [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
@ 2022-08-29  8:18 ` linkw at gcc dot gnu.org
  2022-09-01  5:28 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-08-29  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |linkw at gcc dot gnu.org
                 CC|                            |linkw at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-08-29

--- Comment #1 from Kewen Lin <linkw at gcc dot gnu.org> ---
Confirmed, it's a test issue.

On Power8 the assembly uses lvx instead of lxv (Power9 specific) by making the
storage aligned. It's due to r12-2266, which was meant to change lxv but leave
lvx unchanged, so a typo.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10
       [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
  2022-08-29  8:18 ` [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10 linkw at gcc dot gnu.org
@ 2022-09-01  5:28 ` cvs-commit at gcc dot gnu.org
  2022-09-01  9:07 ` [Bug testsuite/106682] " linkw at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-09-01  5:28 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10
       [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
  2022-08-29  8:18 ` [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10 linkw at gcc dot gnu.org
  2022-09-01  5:28 ` cvs-commit at gcc dot gnu.org
@ 2022-09-01  9:07 ` linkw at gcc dot gnu.org
  2024-01-04  7:37 ` linkw at gcc dot gnu.org
  2024-01-20 17:21 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-09-01  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |testsuite
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Kewen Lin <linkw at gcc dot gnu.org> ---
Should be fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10
       [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-09-01  9:07 ` [Bug testsuite/106682] " linkw at gcc dot gnu.org
@ 2024-01-04  7:37 ` linkw at gcc dot gnu.org
  2024-01-20 17:21 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: linkw at gcc dot gnu.org @ 2024-01-04  7:37 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |seurer at gcc dot gnu.org

--- Comment #4 from Kewen Lin <linkw at gcc dot gnu.org> ---
*** Bug 101444 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10
       [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2024-01-04  7:37 ` linkw at gcc dot gnu.org
@ 2024-01-20 17:21 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-20 17:21 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-20 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-106682-4@http.gcc.gnu.org/bugzilla/>
2022-08-29  8:18 ` [Bug target/106682] Powerpc test gcc.target/powerpc/pr86731-fwrapv-longlong.c fails on power8, passes on power9/power10 linkw at gcc dot gnu.org
2022-09-01  5:28 ` cvs-commit at gcc dot gnu.org
2022-09-01  9:07 ` [Bug testsuite/106682] " linkw at gcc dot gnu.org
2024-01-04  7:37 ` linkw at gcc dot gnu.org
2024-01-20 17:21 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).