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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |10.3
           Priority|P3                          |P2
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org
            Summary|aarch64: ICE during GIMPLE  |[10/11 Regression] ICE
                   |pass:vect                   |during GIMPLE pass:vect

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
The case should be vectorizable - the issue is that the latch updating of the
vectorized reduction PHI happens before this PHI is created.

Confirmed on x86_64 as well.  Also crashes on the GCC 10 branch.

Reply via email to