public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/110829] New: [13/14 Regression] FAIL: gcc.dg/pr56837.c scan-tree-dump-times optimized "memset ..c, 68, 16384.;"  1
@ 2023-07-27 10:33 rguenth at gcc dot gnu.org
  2023-07-27 10:34 ` [Bug tree-optimization/110829] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-27 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110829
           Summary: [13/14 Regression] FAIL: gcc.dg/pr56837.c
                    scan-tree-dump-times optimized "memset ..c, 68,
                    16384.;"  1
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

After r13-1762-gf9d4c3b45c5ed5 the 

_Complex double c[N];

void
fc (void)
{
  int i;
  for (i = 0; i < N; i++)
    c[i] = 747708026454360457216.0 + 747708026454360457216.0i;
}

part of the testcase fails to be recognized as memset since we lower
the complex store to a component-wise store to enable vectorization.

loop distribution doesn't yet handle merging stores as part of
its pattern recognition for memset, memcpy or memmove.

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

end of thread, other threads:[~2024-05-21  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 10:33 [Bug tree-optimization/110829] New: [13/14 Regression] FAIL: gcc.dg/pr56837.c scan-tree-dump-times optimized "memset ..c, 68, 16384.;" 1 rguenth at gcc dot gnu.org
2023-07-27 10:34 ` [Bug tree-optimization/110829] " rguenth at gcc dot gnu.org
2023-07-27 10:36 ` cvs-commit at gcc dot gnu.org
2023-07-27 10:37 ` cvs-commit at gcc dot gnu.org
2024-03-07 23:28 ` law at gcc dot gnu.org
2024-05-21  9:16 ` [Bug tree-optimization/110829] [13/14/15 " jakub 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).