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

--- Comment #15 from Martin Jambor <jamborm at gcc dot gnu.org> ---
The check

  if (src_type == dst_type)

should have been

  if (operation_type == dst_type)

However after I reading Richi's comment #12 I realized it was indeed
good to move the code around a bit and proposed a fix in
https://inbox.sourceware.org/gcc-patches/[email protected]/T/#u

Reply via email to