https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94217
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:f3280e4c0c98e103603bafc466ea49651fe0b7f2 commit r10-7273-gf3280e4c0c98e103603bafc466ea49651fe0b7f2 Author: Richard Biener <rguent...@suse.de> Date: Thu Mar 19 10:19:24 2020 +0100 ipa/94217 simplify offsetted address build This avoids using build_ref_for_offset and build_fold_addr_expr where type mixup easily results in something not IP invariant. 2020-03-19 Richard Biener <rguent...@suse.de> PR ipa/94217 * ipa-cp.c (ipa_get_jf_ancestor_result): Avoid build_fold_addr_expr and build_ref_for_offset.