public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/108608] New: [12/13 Regression] AArch64 vectorizer ICE in vect_transform_reduction
@ 2023-01-30 21:49 jakub at gcc dot gnu.org
  2023-01-30 21:50 ` [Bug tree-optimization/108608] " jakub at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-01-30 21:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108608
           Summary: [12/13 Regression] AArch64 vectorizer ICE in
                    vect_transform_reduction
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

int
foo ()
{
  double m = 0;
  for (int i = 0; i < 256; i++)
    m = __builtin_fmax (i, m);
  return m;
}

ICEs with -O3 on aarch64-linux, both in current GCC 12 branch and on the trunk.
r12-3732 doesn't ICE, don't have any newer aarch64 cross snapshots except
latest 12 branch or trunk though. Also tried godbolt and 11.3 is ok, 12.1
already ICEs.

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

end of thread, other threads:[~2023-04-03  9:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 21:49 [Bug tree-optimization/108608] New: [12/13 Regression] AArch64 vectorizer ICE in vect_transform_reduction jakub at gcc dot gnu.org
2023-01-30 21:50 ` [Bug tree-optimization/108608] " jakub at gcc dot gnu.org
2023-01-30 21:55 ` [Bug tree-optimization/108608] [12/13 Regression] AArch64 vectorizer ICE in vect_transform_reduction and __builtin_fmax jakub at gcc dot gnu.org
2023-01-30 21:59 ` pinskia at gcc dot gnu.org
2023-01-30 22:03 ` pinskia at gcc dot gnu.org
2023-01-30 22:09 ` jakub at gcc dot gnu.org
2023-01-30 22:14 ` jakub at gcc dot gnu.org
2023-01-30 22:51 ` rsandifo at gcc dot gnu.org
2023-01-31 15:03 ` cvs-commit at gcc dot gnu.org
2023-04-03  8:58 ` [Bug tree-optimization/108608] [12 " cvs-commit at gcc dot gnu.org
2023-04-03  9:03 ` rsandifo 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).