[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2020-12-03 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

Christophe Lyon  changed:

   What|Removed |Added

 CC||clyon at gcc dot gnu.org

--- Comment #13 from Christophe Lyon  ---
The new test fails on gcc-9 on aarch64:

FAIL: gcc.dg/vect/slp-46.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"vectorizing stmts using SLP" 2
FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using
SLP" 2

The log says "pattern found 0 times"

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2020-12-03 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

--- Comment #14 from rguenther at suse dot de  ---
On Thu, 3 Dec 2020, clyon at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075
> 
> Christophe Lyon  changed:
> 
>What|Removed |Added
> 
>  CC||clyon at gcc dot gnu.org
> 
> --- Comment #13 from Christophe Lyon  ---
> The new test fails on gcc-9 on aarch64:
> 
> FAIL: gcc.dg/vect/slp-46.c -flto -ffat-lto-objects  scan-tree-dump-times vect
> "vectorizing stmts using SLP" 2
> FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using
> SLP" 2
> 
> The log says "pattern found 0 times"

Hmm, trunk has { xfail vect_load_lanes } there, but the GCC 10 branch also
misses that.  Can you check if the GCC 10 branch also sees this FAIL and
if adding the XFAIL helps?

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2020-12-03 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

--- Comment #15 from Christophe Lyon  ---
Yes, the test fails on gcc-10 too.

I tried adding xfail vect_load_lanes in gcc-9, and it correctly makes the test
XFAIL.

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2020-12-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

--- Comment #16 from CVS Commits  ---
The releases/gcc-10 branch has been updated by Richard Biener
:

https://gcc.gnu.org/g:0f50805bb3b0924bab94bd85203370703af50f26

commit r10-9120-g0f50805bb3b0924bab94bd85203370703af50f26
Author: Richard Biener 
Date:   Fri Dec 4 11:39:44 2020 +0100

tree-optimization/96075 - adjust testcase

This adds an XFAIL when load-lanes can be used.

2020-12-04  Richard Biener  

PR tree-optimization/96075
* gcc.dg/vect/slp-46.c: Add XFAIL for load-lanes.

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2020-12-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

--- Comment #17 from CVS Commits  ---
The releases/gcc-9 branch has been updated by Richard Biener
:

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

commit r9-9098-gd910ca0493455ffa84d4d934957cda1cb1588a25
Author: Richard Biener 
Date:   Fri Dec 4 11:39:44 2020 +0100

tree-optimization/96075 - adjust testcase

This adds an XFAIL when load-lanes can be used.

2020-12-04  Richard Biener  

PR tree-optimization/96075
* gcc.dg/vect/slp-46.c: Add XFAIL for load-lanes.

(cherry picked from commit 0f50805bb3b0924bab94bd85203370703af50f26)

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|8.5 |9.4
 CC||jakub at gcc dot gnu.org
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #18 from Jakub Jelinek  ---
The GCC 8 branch is being closed, fixed in GCC 9.4.