[Bug ipa/94217] [10 Regression] ICE in ipa_find_agg_cst_for_param, at ipa-prop.c:3467 since r10-7237-g4e3d3e40726e1b68
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 19 09:20:31 GMT 2020
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 <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:f3280e4c0c98e103603bafc466ea49651fe0b7f2
commit r10-7273-gf3280e4c0c98e103603bafc466ea49651fe0b7f2
Author: Richard Biener <rguenther@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 <rguenther@suse.de>
PR ipa/94217
* ipa-cp.c (ipa_get_jf_ancestor_result): Avoid build_fold_addr_expr
and build_ref_for_offset.
More information about the Gcc-bugs
mailing list