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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:

https://gcc.gnu.org/g:7d4549b2cd209eb621453ce13be7ffd84ffa720a

commit r10-7292-g7d4549b2cd209eb621453ce13be7ffd84ffa720a
Author: Martin Liska <mli...@suse.cz>
Date:   Fri Mar 20 11:01:13 2020 +0100

    Fix correct offset in ipa_get_jf_ancestor_result.

            PR ipa/94232
            * ipa-cp.c (ipa_get_jf_ancestor_result): Use offset in bytes.
Previously
            build_ref_for_offset function was used and it transforms off to
bytes
            from bits.

Reply via email to