Bug 116596 - [15 Regression] gcc.dg/vect/slp-11a.c FAILs
Summary: [15 Regression] gcc.dg/vect/slp-11a.c FAILs
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 15.0
: P3 normal
Target Milestone: 15.0
Assignee: Not yet assigned to anyone
URL:
Keywords: testsuite-fail
Depends on:
Blocks: 116578
  Show dependency treegraph
 
Reported: 2024-09-04 07:37 UTC by Rainer Orth
Modified: 2024-09-05 07:32 UTC (History)
1 user (show)

See Also:
Host:
Target: sparc*-sun-solaris2.11
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
32-bit sparc-sun-solaris2.11 slp-11a.c.180t.vect (23.97 KB, text/plain)
2024-09-04 07:38 UTC, Rainer Orth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2024-09-04 07:37:21 UTC
The recent gcc.dg/vect/slp-11a.c test FAILs on Solaris/SPARC (32 and 64-bit):

+FAIL: gcc.dg/vect/slp-11a.c -flto -ffat-lto-objects  scan-tree-dump-times vect "vectorizing stmts using SLP" 1
+FAIL: gcc.dg/vect/slp-11a.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1

There are a couple of potential issues with vectorization, so I'm rather attaching the whole dump.
Comment 1 Rainer Orth 2024-09-04 07:38:40 UTC
Created attachment 59047 [details]
32-bit sparc-sun-solaris2.11 slp-11a.c.180t.vect
Comment 2 Richard Biener 2024-09-05 07:32:43 UTC
Thanks for reporting - I'm only able to test x86, arm, aarch64 and riscv with the vectorizer changes.  I'll investigate at some later point, but possibly the issue will resolve itself (well, you can hope...).