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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |13.0

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
final value replacement:
  x_11 = PHI <x_7(3)>
 with expr: ~x_4(D)
 final stmt:
  x_11 = ~x_4(D);


All fixed in GCC 13 for all 3 testcases even.

Reply via email to