[Bug ipa/94232] [10 Regression] Wrong code since r10-7273-gf3280e4c0c98e103603bafc466ea49651fe0b7f2
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 20 10:01:57 GMT 2020
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 <marxin@gcc.gnu.org>:
https://gcc.gnu.org/g:7d4549b2cd209eb621453ce13be7ffd84ffa720a
commit r10-7292-g7d4549b2cd209eb621453ce13be7ffd84ffa720a
Author: Martin Liska <mliska@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.
More information about the Gcc-bugs
mailing list