public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
@ 2022-09-07 17:36 seurer at gcc dot gnu.org
  2022-09-08  9:35 ` [Bug testsuite/106879] " rguenth at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-09-07 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106879
           Summary: [13 regression] new test case
                    gcc.dg/vect/bb-slp-layout-19.c fails
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:eab511df13ca6abb24c3c2abb0f420a89c91e310, r13-2377-geab511df13ca6a

make  -k check-gcc RUNTESTFLAGS="vect.exp=gcc.dg/vect/bb-slp-layout-19.c"

FAIL: gcc.dg/vect/bb-slp-layout-19.c -flto -ffat-lto-objects 
scan-tree-dump-times slp1 "add new stmt: [^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-19.c -flto -ffat-lto-objects 
scan-tree-dump-times slp1 "add new stmt: [^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-19.c scan-tree-dump-times slp1 "add new stmt:
[^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-19.c scan-tree-dump-times slp1 "add new stmt:
[^\\n\\r]* = VEC_PERM_EXPR" 3

This is on powerpc64 BE.  It works fine on LE.

This one fails too.

FAIL: gcc.dg/vect/bb-slp-layout-20.c -flto -ffat-lto-objects 
scan-tree-dump-times slp1 "add new stmt: [^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-20.c -flto -ffat-lto-objects 
scan-tree-dump-times slp1 "add new stmt: [^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-20.c scan-tree-dump-times slp1 "add new stmt:
[^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-20.c scan-tree-dump-times slp1 "add new stmt:
[^\\n\\r]* = VEC_PERM_EXPR" 3

ESC[33mcommit eab511df13ca6abb24c3c2abb0f420a89c91e310ESC[m
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Fri Sep 2 14:00:14 2022 +0100

    vect: Ensure SLP nodes don't end up in multiple BB partitions [PR106787]

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
@ 2022-09-08  9:35 ` rguenth at gcc dot gnu.org
  2022-10-21  2:59 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-09-08  9:35 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
  2022-09-08  9:35 ` [Bug testsuite/106879] " rguenth at gcc dot gnu.org
@ 2022-10-21  2:59 ` pinskia at gcc dot gnu.org
  2023-02-21 13:58 ` rguenth at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-21  2:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Does this still fail?

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
  2022-09-08  9:35 ` [Bug testsuite/106879] " rguenth at gcc dot gnu.org
  2022-10-21  2:59 ` pinskia at gcc dot gnu.org
@ 2023-02-21 13:58 ` rguenth at gcc dot gnu.org
  2023-02-21 16:16 ` seurer at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-02-21 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The testcase is still the same so I suppose so.

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-02-21 13:58 ` rguenth at gcc dot gnu.org
@ 2023-02-21 16:16 ` seurer at gcc dot gnu.org
  2023-03-27 14:05 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-02-21 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from seurer at gcc dot gnu.org ---
I just tried this and I am still seeing failures albeit only on power 7 BE.

make  -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32}'
vect.exp=gcc.dg/vect/bb-slp-layout-19.c"
FAIL: gcc.dg/vect/bb-slp-layout-19.c scan-tree-dump-times slp1 "add new stmt:
[^\\n\\r]* = VEC_PERM_EXPR" 3
FAIL: gcc.dg/vect/bb-slp-layout-19.c -flto -ffat-lto-objects 
scan-tree-dump-times slp1 "add new stmt: [^\\n\\r]* = VEC_PERM_EXPR" 3
# of expected passes            2
# of unexpected failures        2


Note that while that run was for 32 bits it fails for 64 as well.

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-02-21 16:16 ` seurer at gcc dot gnu.org
@ 2023-03-27 14:05 ` rguenth at gcc dot gnu.org
  2023-04-18  7:23 ` [Bug testsuite/106879] [13/14 " guojiufu at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-03-27 14:05 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-03-27

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
So reconfirmed.

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

* [Bug testsuite/106879] [13/14 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2023-03-27 14:05 ` rguenth at gcc dot gnu.org
@ 2023-04-18  7:23 ` guojiufu at gcc dot gnu.org
  2023-04-20  3:19 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: guojiufu at gcc dot gnu.org @ 2023-04-18  7:23 UTC (permalink / raw)
  To: gcc-bugs

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

Jiu Fu Guo <guojiufu at gcc dot gnu.org> changed:

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

--- Comment #5 from Jiu Fu Guo <guojiufu at gcc dot gnu.org> ---
Like PR65484 and PR87306. 
On P7, option -mno-allow-movmisalign is added during testing, which prevents
slp happen on the code.

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

* [Bug testsuite/106879] [13/14 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2023-04-18  7:23 ` [Bug testsuite/106879] [13/14 " guojiufu at gcc dot gnu.org
@ 2023-04-20  3:19 ` cvs-commit at gcc dot gnu.org
  2023-04-26  6:56 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-04-20  3:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jiu Fu Guo <guojiufu@gcc.gnu.org>:

https://gcc.gnu.org/g:57e7229a29ca0e9929b61051e4f5857f0b41b6c7

commit r14-105-g57e7229a29ca0e9929b61051e4f5857f0b41b6c7
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Tue Apr 18 15:56:53 2023 +0800

    PR testsuite/106879 FAIL: gcc.dg/vect/bb-slp-layout-19.c on powerpc64

    On P7, option -mno-allow-movmisalign is added during testing, which
    prevents slp happen on the case.

    Like PR65484 and PR87306, this patch use vect_hw_misalign to guard
    the case on powerpc targets.

    gcc/testsuite/ChangeLog:

            PR testsuite/106879
            * gcc.dg/vect/bb-slp-layout-19.c: Modify to guard the check with
            vect_hw_misalign on POWERs.

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

* [Bug testsuite/106879] [13/14 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-04-20  3:19 ` cvs-commit at gcc dot gnu.org
@ 2023-04-26  6:56 ` rguenth at gcc dot gnu.org
  2023-07-27  9:23 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-04-26  6:56 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 13.1 is being released, retargeting bugs to GCC 13.2.

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

* [Bug testsuite/106879] [13/14 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2023-04-26  6:56 ` rguenth at gcc dot gnu.org
@ 2023-07-27  9:23 ` rguenth at gcc dot gnu.org
  2024-01-12 10:01 ` [Bug testsuite/106879] [13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-27  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|13.2                        |13.3

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 13.2 is being released, retargeting bugs to GCC 13.3.

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2023-07-27  9:23 ` rguenth at gcc dot gnu.org
@ 2024-01-12 10:01 ` rguenth at gcc dot gnu.org
  2024-01-14  1:51 ` cvs-commit at gcc dot gnu.org
  2024-01-14  1:52 ` guojiufu at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-12 10:01 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[13/14 regression] new test |[13 regression] new test
                   |case                        |case
                   |gcc.dg/vect/bb-slp-layout-1 |gcc.dg/vect/bb-slp-layout-1
                   |9.c fails                   |9.c fails

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed on trunk I suppose?  If so please also sync to the 13 branch and close
this issue.

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2024-01-12 10:01 ` [Bug testsuite/106879] [13 " rguenth at gcc dot gnu.org
@ 2024-01-14  1:51 ` cvs-commit at gcc dot gnu.org
  2024-01-14  1:52 ` guojiufu at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-14  1:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jiu Fu Guo
<guojiufu@gcc.gnu.org>:

https://gcc.gnu.org/g:9347879fb622b024e8924a731c2acc7100d5e9b4

commit r13-8221-g9347879fb622b024e8924a731c2acc7100d5e9b4
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Tue Apr 18 15:56:53 2023 +0800

    PR testsuite/106879 FAIL: gcc.dg/vect/bb-slp-layout-19.c on powerpc64

    On P7, option -mno-allow-movmisalign is added during testing, which
    prevents slp happen on the case.

    Like PR65484 and PR87306, this patch use vect_hw_misalign to guard
    the case on powerpc targets.

    gcc/testsuite/ChangeLog:

            PR testsuite/106879
            * gcc.dg/vect/bb-slp-layout-19.c: Modify to guard the check with
            vect_hw_misalign on POWERs.

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

* [Bug testsuite/106879] [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails
  2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2024-01-14  1:51 ` cvs-commit at gcc dot gnu.org
@ 2024-01-14  1:52 ` guojiufu at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: guojiufu at gcc dot gnu.org @ 2024-01-14  1:52 UTC (permalink / raw)
  To: gcc-bugs

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

Jiu Fu Guo <guojiufu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #11 from Jiu Fu Guo <guojiufu at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #9)
> Fixed on trunk I suppose?  If so please also sync to the 13 branch and close
> this issue.

Thanks.

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

end of thread, other threads:[~2024-01-14  1:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 17:36 [Bug testsuite/106879] New: [13 regression] new test case gcc.dg/vect/bb-slp-layout-19.c fails seurer at gcc dot gnu.org
2022-09-08  9:35 ` [Bug testsuite/106879] " rguenth at gcc dot gnu.org
2022-10-21  2:59 ` pinskia at gcc dot gnu.org
2023-02-21 13:58 ` rguenth at gcc dot gnu.org
2023-02-21 16:16 ` seurer at gcc dot gnu.org
2023-03-27 14:05 ` rguenth at gcc dot gnu.org
2023-04-18  7:23 ` [Bug testsuite/106879] [13/14 " guojiufu at gcc dot gnu.org
2023-04-20  3:19 ` cvs-commit at gcc dot gnu.org
2023-04-26  6:56 ` rguenth at gcc dot gnu.org
2023-07-27  9:23 ` rguenth at gcc dot gnu.org
2024-01-12 10:01 ` [Bug testsuite/106879] [13 " rguenth at gcc dot gnu.org
2024-01-14  1:51 ` cvs-commit at gcc dot gnu.org
2024-01-14  1:52 ` guojiufu 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).