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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
      Known to fail|                            |4.9.4
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-10-19
          Component|debug                       |middle-end

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm, arr2 is unused.
So it is given the same address as arr1:
Partition 2: size 40 align 8
        arr2    arr1


>which is clearly incorrect.
It is not totally incorrect as arr2 is unused.

I know how to fix this.

Reply via email to