public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/111479] New: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248
@ 2023-09-19 13:34 nsz at gcc dot gnu.org
  2023-09-19 14:26 ` [Bug tree-optimization/111479] " rguenth at gcc dot gnu.org
  2024-06-20  9:14 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: nsz at gcc dot gnu.org @ 2023-09-19 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111479
           Summary: [12/13 regression] aarch64 SVE ICE: in
                    compute_live_loop_exits, at tree-ssa-loop-manip.cc:248
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nsz at gcc dot gnu.org
  Target Milestone: ---

maybe related to bug 111478

$ cat bug.c
float a, b, c;
void *d;
int e, f, g;
void p() {
  float i = a;
  for (;;)
    for (e = 0; e < g; e++) {
      float j = c, k = b, l = k, h = j, m = 0.0, n = 0.0;
      for (f = 0; f < e; f++) {
        float o = b;
        m = n = o;
      }
      ((float *)d)[2 * e] = l;
      ((float *)d)[e] = h;
      ((float *)d)[2 * e] += m - i * n;
      ((float *)d)[2 * e + 1] += n + i * m;
    }
}

$ gcc -c -O3 -march=armv8-a+sve bug.c
during GIMPLE pass: vect
<source>: In function 'p':
<source>:4:6: internal compiler error: in compute_live_loop_exits, at
tree-ssa-loop-manip.cc:248
    4 | void p() {
      |      ^
0x10ca603 compute_live_loop_exits
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-manip.cc:248
0x10ca603 add_exit_phis_var
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-manip.cc:330
0x10ca603 add_exit_phis
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-manip.cc:391
0x10ca603 rewrite_into_loop_closed_ssa_1
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-manip.cc:604
0x10ca603 rewrite_into_loop_closed_ssa(bitmap_head*, unsigned int)
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-ssa-loop-manip.cc:626
0x1262514 execute
       
/data/jenkins/workspace/GNU-toolchain/fsf-13/src/gcc/gcc/tree-vectorizer.cc:1361
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
Compiler returned: 1

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

* [Bug tree-optimization/111479] [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248
  2023-09-19 13:34 [Bug tree-optimization/111479] New: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 nsz at gcc dot gnu.org
@ 2023-09-19 14:26 ` rguenth at gcc dot gnu.org
  2024-06-20  9:14 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-09-19 14:26 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection
             Target|                            |aarch64
      Known to work|                            |14.0
   Target Milestone|---                         |12.4

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
would be nice to know what fixed and what broke it.

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

* [Bug tree-optimization/111479] [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248
  2023-09-19 13:34 [Bug tree-optimization/111479] New: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 nsz at gcc dot gnu.org
  2023-09-19 14:26 ` [Bug tree-optimization/111479] " rguenth at gcc dot gnu.org
@ 2024-06-20  9:14 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-06-20  9:14 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|12.4                        |12.5

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 12.4 is being released, retargeting bugs to GCC 12.5.

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

end of thread, other threads:[~2024-06-20  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 13:34 [Bug tree-optimization/111479] New: [12/13 regression] aarch64 SVE ICE: in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 nsz at gcc dot gnu.org
2023-09-19 14:26 ` [Bug tree-optimization/111479] " rguenth at gcc dot gnu.org
2024-06-20  9:14 ` rguenth 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).