Bug 96129 - [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL
Summary: [11 regression] gcc.dg/vect/vect-alias-check.c etc. FAIL
Status: RESOLVED DUPLICATE of bug 96376
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: 11.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-09 08:21 UTC by Rainer Orth
Modified: 2020-10-21 07:56 UTC (History)
2 users (show)

See Also:
Host:
Target: sparc-sun-solaris2.11, armeb-none-linux-gnueabihf
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
32-bit sparc-sun-solaris2.11 vect-alias-check.c.163t.vect (3.24 KB, text/plain)
2020-07-09 08:21 UTC, Rainer Orth
Details
32-bit sparc-sun-solaris2.11 vect-live-5.c.163t.vect (3.02 KB, text/plain)
2020-07-09 08:22 UTC, Rainer Orth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2020-07-09 08:21:56 UTC
Created attachment 48845 [details]
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.
Comment 1 Rainer Orth 2020-07-09 08:22:27 UTC
Created attachment 48846 [details]
32-bit sparc-sun-solaris2.11 vect-live-5.c.163t.vect
Comment 2 Richard Biener 2020-10-16 11:57:13 UTC
Quite some revs, two vectorizer changes.  Do the FAILs still occur?
Comment 3 ro@CeBiTec.Uni-Bielefeld.DE 2020-10-20 12:50:53 UTC
> --- 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.
Comment 4 Kewen Lin 2020-10-20 13:17:58 UTC
As the regressed failures, it's highly suspected to be duplicated of PR96376.
Comment 5 Kewen Lin 2020-10-21 07:56:51 UTC
Tested on Cfarm gcc102, confirmed it's due to 30fdaead5b7880c4e9f140618e26ad1c545642d5, marked as dup.

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