public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/96129] New: [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
@ 2020-07-09  8:21 ro at gcc dot gnu.org
  2020-07-09  8:22 ` [Bug tree-optimization/96129] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-09  8:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96129
           Summary: [11 regression]  gcc.dg/vect/vect-alias-check.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
  Target Milestone: ---
            Target: sparc-sun-solaris2.11, armeb-none-linux-gnueabihf

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

Between 20200707 (f75211822f8d84bb706421d3692e6c1cdbdfc3a8) and 20200708
(30fdaead5b7880c4e9f140618e26ad1c545642d5), two testcases regressed on 
Solaris/SPARC (both 32 and 64-bit):

+FAIL: gcc.dg/vect/vect-alias-check.c -flto -ffat-lto-objects 
scan-tree-dump-times vect "vectorized 1 loops" 1
+FAIL: gcc.dg/vect/vect-alias-check.c scan-tree-dump-times vect "vectorized 1
loops" 1
+FAIL: gcc.dg/vect/vect-live-5.c -flto -ffat-lto-objects  scan-tree-dump-times
vect "vectorized 1 loops" 1
+FAIL: gcc.dg/vect/vect-live-5.c scan-tree-dump-times vect "vectorized 1 loops"
1

At the same time, an XPASS vanished:

-XPASS: gcc.dg/vect/vect-alias-check-1.c -flto -ffat-lto-objects 
scan-tree-dump vect "using an address-based overlap test"
-XPASS: gcc.dg/vect/vect-alias-check-1.c scan-tree-dump vect "using an
address-based overlap test"

There's also a report for the regressions on ARM.

Dumps attached.

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
@ 2020-07-09  8:22 ` ro at gcc dot gnu.org
  2020-07-09  8:22 ` ro at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-09  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
  2020-07-09  8:22 ` [Bug tree-optimization/96129] " ro at gcc dot gnu.org
@ 2020-07-09  8:22 ` ro at gcc dot gnu.org
  2020-10-16 11:57 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-09  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
  2020-07-09  8:22 ` [Bug tree-optimization/96129] " ro at gcc dot gnu.org
  2020-07-09  8:22 ` ro at gcc dot gnu.org
@ 2020-10-16 11:57 ` rguenth at gcc dot gnu.org
  2020-10-20 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ 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=96129

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linkw at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Quite some revs, two vectorizer changes.  Do the FAILs still occur?

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-10-16 11:57 ` rguenth at gcc dot gnu.org
@ 2020-10-20 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2020-10-20 13:17 ` linkw at gcc dot gnu.org
  2020-10-21  7:56 ` linkw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2020-10-20 12:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
> Quite some revs, two vectorizer changes.  Do the FAILs still occur?

Both still do.

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-10-20 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2020-10-20 13:17 ` linkw at gcc dot gnu.org
  2020-10-21  7:56 ` linkw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: linkw at gcc dot gnu.org @ 2020-10-20 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Kewen Lin <linkw at gcc dot gnu.org> ---
As the regressed failures, it's highly suspected to be duplicated of PR96376.

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

* [Bug tree-optimization/96129] [11 regression]  gcc.dg/vect/vect-alias-check.c etc. FAIL
  2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-10-20 13:17 ` linkw at gcc dot gnu.org
@ 2020-10-21  7:56 ` linkw at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: linkw at gcc dot gnu.org @ 2020-10-21  7:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Kewen Lin <linkw at gcc dot gnu.org> ---
Tested on Cfarm gcc102, confirmed it's due to
30fdaead5b7880c4e9f140618e26ad1c545642d5, marked as dup.

*** This bug has been marked as a duplicate of bug 96376 ***

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

end of thread, other threads:[~2020-10-21  7:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  8:21 [Bug tree-optimization/96129] New: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL ro at gcc dot gnu.org
2020-07-09  8:22 ` [Bug tree-optimization/96129] " ro at gcc dot gnu.org
2020-07-09  8:22 ` ro at gcc dot gnu.org
2020-10-16 11:57 ` rguenth at gcc dot gnu.org
2020-10-20 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
2020-10-20 13:17 ` linkw at gcc dot gnu.org
2020-10-21  7:56 ` linkw 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).