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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org
   Last reconfirmed|                            |2026-06-30

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
This is from refactoring, removing the outermost loop which was

  for (j = 0; j < ncopies; j++)
    {                                     
      /* 1. Create the vector or array pointer update chain.  */
      if (j == 0 && !costing_p)
        {
...
        }
      else if (!costing_p)
        {

so the else if should have been elided.

Reply via email to