public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
@ 2020-07-10  8:23 ro at gcc dot gnu.org
  2020-07-10  8:25 ` [Bug tree-optimization/96147] " ro at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-10  8:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96147
           Summary: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: rguenth at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc-sun-solaris2.11

Created attachment 48855
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48855&action=edit
32-bit sparc-sun-solaris2.11 slp-43.c.163t.vect

Between 20200708 (30fdaead5b7880c4e9f140618e26ad1c545642d5) and 20200709
(fab263ab0fc10ea08409b80afa7e8569438b8d28), a couple of testcases regressed on
Solaris/SPARC, both 32 and 64-bit:

+XPASS: gcc.dg/vect/bb-slp-32.c -flto -ffat-lto-objects  scan-tree-dump slp2
"vectorization is not profitable"
+XPASS: gcc.dg/vect/bb-slp-32.c scan-tree-dump slp2 "vectorization is not
profitable"
+XPASS: gcc.dg/vect/bb-slp-9.c -flto -ffat-lto-objects  scan-tree-dump-times
slp2 "basic block vectorized" 1
+XPASS: gcc.dg/vect/bb-slp-9.c scan-tree-dump-times slp2 "basic block
vectorized" 1
+FAIL: gcc.dg/vect/slp-43.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"vectorized 1 loops" 2
+FAIL: gcc.dg/vect/slp-43.c scan-tree-dump-times vect "vectorized 1 loops" 2
+FAIL: gcc.dg/vect/slp-45.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"vectorized 1 loops" 13
+FAIL: gcc.dg/vect/slp-45.c scan-tree-dump-times vect "vectorized 1 loops" 13

There's a similar regression reported on ia64-suse-linux-gnu.

Dumps for the FAILs attached.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
@ 2020-07-10  8:25 ` ro at gcc dot gnu.org
  2020-07-10  8:25 ` ro at gcc dot gnu.org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-10  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Created attachment 48856
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48856&action=edit
32-bit sparc-sun-solaris2.11 slp-45.c.163t.vect

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
  2020-07-10  8:25 ` [Bug tree-optimization/96147] " ro at gcc dot gnu.org
@ 2020-07-10  8:25 ` ro at gcc dot gnu.org
  2020-10-16 11:57 ` rguenth at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-10  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
  2020-07-10  8:25 ` [Bug tree-optimization/96147] " ro at gcc dot gnu.org
  2020-07-10  8:25 ` ro at gcc dot gnu.org
@ 2020-10-16 11:57 ` rguenth at gcc dot gnu.org
  2020-12-08 11:54 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-16 11:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-10-16
           Priority|P3                          |P1
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I will take a look.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-10-16 11:57 ` rguenth at gcc dot gnu.org
@ 2020-12-08 11:54 ` rguenth at gcc dot gnu.org
  2020-12-08 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-12-08 11:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
There are now 9 vectorized loops in slp-43.c.  I suppose since the testcase
uses

  T *in = __builtin_assume_aligned (in_, __BIGGEST_ALIGNMENT__); \
  T *out = __builtin_assume_aligned (out_, __BIGGEST_ALIGNMENT__); \

keying on vect_hw_misalign is misleading.

in your attached dump file foo_int_2 is singled out not vectorized amongst
the _int cases, because SLP is not supported because it tries to use an
unaligned access.  For foo_int_4 it uses elementwise vectorization it seems.

For now can you confirm the FAILs persist?  I'll have to dig in with a cross...

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-12-08 11:54 ` rguenth at gcc dot gnu.org
@ 2020-12-08 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2021-01-15 12:51 ` cvs-commit at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2020-12-08 12:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
[...]
> For now can you confirm the FAILs persist?  I'll have to dig in with a cross...

The FAILs (and XPASSes) are still exactly as reported.

There's also gcc211 in the cfarm, but I'd expect a cross to be
considerably faster...

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-12-08 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2021-01-15 12:51 ` cvs-commit at gcc dot gnu.org
  2021-01-15 12:53 ` cvs-commit at gcc dot gnu.org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-15 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:d03f14c354a348cc1043f637cae1ac6470034f71

commit r11-6712-gd03f14c354a348cc1043f637cae1ac6470034f71
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jan 15 13:49:04 2021 +0100

    testsuite/96147 - remove scanning for ! vect_hw_misalign

    This removes scanning that's too difficult to get correct for all
    targets, leaving the correctness test for them and keeping the
    vectorization capability check to vect_hw_misalign targets.

    2021-01-15  Richard Biener  <rguenther@suse.de>

            PR testsuite/96147
            * gcc.dg/vect/slp-43.c: Remove ! vect_hw_misalign scan.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-01-15 12:51 ` cvs-commit at gcc dot gnu.org
@ 2021-01-15 12:53 ` cvs-commit at gcc dot gnu.org
  2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-15 12:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:e1bd80fb7064869e8d03ddb59e583f4cc9020770

commit r11-6713-ge1bd80fb7064869e8d03ddb59e583f4cc9020770
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jan 15 13:52:12 2021 +0100

    testsuite/96147 - key scanning on vect_hw_misalign

    gcc.dg/vect/slp-45.c failed to key the vectorization capability
    scanning on vect_hw_misalign.  Since the stores are strided
    they cannot be (all) analyzed to be aligned.

    2021-01-15  Richard Biener  <rguenther@suse.de>

            PR testsuite/96147
            * gcc.dg/vect/slp-45.c: Key scanning on
            vect_hw_misalign.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2021-01-15 12:53 ` cvs-commit at gcc dot gnu.org
@ 2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
  2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-15 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:aa4ee5798fefd8eedd51287695120bf5219a9858

commit r11-6714-gaa4ee5798fefd8eedd51287695120bf5219a9858
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jan 15 14:02:06 2021 +0100

    testsuite/96147 - scan for vectorized load

    This changes gcc.dg/vect/bb-slp-9.c to scan for a vectorized load
    instead of a vectorized BB which then correctly captures the
    unaligned load we try to test and not some intermediate built
    from scalar vector.

    2021-01-15  Richard Biener  <rguenther@suse.de>

            PR testsuite/96147
            * gcc.dg/vect/bb-slp-9.c: Scan for a vector load transform.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
@ 2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
  2021-01-15 13:06 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-15 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:b36c9cd09472c8efb8405726b7cc94fa4ae7059f

commit r11-6715-gb36c9cd09472c8efb8405726b7cc94fa4ae7059f
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jan 15 14:03:37 2021 +0100

    testsuite/96147 - align vector access

    This aligns p so that the testcase is meaningful for targets
    without a hw misaligned access.

    2021-01-15  Richard Biener  <rguenther@suse.de>

            PR testsuite/96147
            * gcc.dg/vect/bb-slp-32.c: Align p.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
@ 2021-01-15 13:06 ` rguenth at gcc dot gnu.org
  2024-02-28 14:49 ` ro at gcc dot gnu.org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-15 13:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
That should have fixed all (fingers crossing).

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2021-01-15 13:06 ` rguenth at gcc dot gnu.org
@ 2024-02-28 14:49 ` ro at gcc dot gnu.org
  2024-02-28 14:49 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-28 14:49 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

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

--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> ---
Unfortunately, I missed that one of those tests still XPASSes:

XPASS: gcc.dg/vect/bb-slp-32.c -flto -ffat-lto-objects  scan-tree-dump slp2
"vectorization is not profitable"
XPASS: gcc.dg/vect/bb-slp-32.c scan-tree-dump slp2 "vectorization is not
profitable"

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2024-02-28 14:49 ` ro at gcc dot gnu.org
@ 2024-02-28 14:49 ` ro at gcc dot gnu.org
  2024-03-19 10:08 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-28 14:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Rainer Orth <ro at gcc dot gnu.org> ---
Created attachment 57562
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57562&action=edit
32-bit sparc-sun-solaris2.11 bb-slp-32.c.191t.slp2

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2024-02-28 14:49 ` ro at gcc dot gnu.org
@ 2024-03-19 10:08 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2024-03-22  9:07 ` cvs-commit at gcc dot gnu.org
  2024-03-22  9:12 ` ro at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2024-03-19 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
It seems the xfail can go completely now: the test PASSes on both
sparc-sun-solaris2.11 and i386-pc-solaris2.11 (32 and 64-bit) with

diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
b/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
@@ -25,4 +25,4 @@ int foo (int *p, int a, int b)
   return sum;
 }

-/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" {
xfail  { vect_no_align && { ! vect_hw_misalign } } } } } */
+/* { dg-final { scan-tree-dump "vectorization is not profitable" "slp2" {
xfail  { ! vect_hw_misalign } } } } */

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2024-03-19 10:08 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2024-03-22  9:07 ` cvs-commit at gcc dot gnu.org
  2024-03-22  9:12 ` ro at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-03-22  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <ro@gcc.gnu.org>:

https://gcc.gnu.org/g:644a7033cc09b79a5cfefe1fe9b307d835009b17

commit r14-9612-g644a7033cc09b79a5cfefe1fe9b307d835009b17
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Fri Mar 22 10:07:05 2024 +0100

    testsuite: vect: Remove dg-final in gcc.dg/vect/bb-slp-32.c [PR96147]

    gcc.dg/vect/bb-slp-32.c currently XPASSes on 32 and 64-bit Solaris/SPARC:

    XPASS: gcc.dg/vect/bb-slp-32.c -flto -ffat-lto-objects scan-tree-dump slp2
    "vectorization is not profitable"
    XPASS: gcc.dg/vect/bb-slp-32.c scan-tree-dump slp2 "vectorization is not
    profitable"

    Richard suggested to remove the dg-final, so this is what the patch does.

    Tested on sparc-sun-solaris2.11 and i386-pc-solaris2.11.

    2024-03-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

            gcc/testsuite:
            PR tree-optimization/96147
            * gcc.dg/vect/bb-slp-32.c (dg-final): Remove.

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

* [Bug tree-optimization/96147] [11 regression] gcc.dg/vect/slp-43.c etc. FAIL
  2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2024-03-22  9:07 ` cvs-commit at gcc dot gnu.org
@ 2024-03-22  9:12 ` ro at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: ro at gcc dot gnu.org @ 2024-03-22  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

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

--- Comment #14 from Rainer Orth <ro at gcc dot gnu.org> ---
gcc.dg/vect/bb-slp-32.c XPASSes avoided as discussed in
https://gcc.gnu.org/pipermail/gcc-patches/2024-March/648142.html and followups.

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

end of thread, other threads:[~2024-03-22  9:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10  8:23 [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL ro at gcc dot gnu.org
2020-07-10  8:25 ` [Bug tree-optimization/96147] " ro at gcc dot gnu.org
2020-07-10  8:25 ` ro at gcc dot gnu.org
2020-10-16 11:57 ` rguenth at gcc dot gnu.org
2020-12-08 11:54 ` rguenth at gcc dot gnu.org
2020-12-08 12:21 ` ro at CeBiTec dot Uni-Bielefeld.DE
2021-01-15 12:51 ` cvs-commit at gcc dot gnu.org
2021-01-15 12:53 ` cvs-commit at gcc dot gnu.org
2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
2021-01-15 13:05 ` cvs-commit at gcc dot gnu.org
2021-01-15 13:06 ` rguenth at gcc dot gnu.org
2024-02-28 14:49 ` ro at gcc dot gnu.org
2024-02-28 14:49 ` ro at gcc dot gnu.org
2024-03-19 10:08 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-03-22  9:07 ` cvs-commit at gcc dot gnu.org
2024-03-22  9:12 ` ro 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).