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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is ABSU now.
Which we use now:
  a.0_1 = a;
  _2 = ABSU_EXPR <a.0_1>;
  _3 = (long int) _2;
  b.1_4 = b;

So fixed.

Reply via email to