https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Richard Guenther <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:9eba9635f653291804ecb832eebe1ed96e3346ba commit r8-10033-g9eba9635f653291804ecb832eebe1ed96e3346ba Author: Richard Biener <rguent...@suse.de> Date: Wed Jan 22 12:38:12 2020 +0100 tree-optimization/93381 fix integer offsetting in points-to analysis We were incorrectly assuming a merge operation is conservative enough for not explicitely handled operations but we also need to consider offsetting within fields when field-sensitive analysis applies. 2020-01-22 Richard Biener <rguent...@suse.de> PR tree-optimization/93381 * tree-ssa-structalias.c (find_func_aliases): Assume offsetting throughout, handle all conversions the same. * gcc.dg/torture/pr93381.c: New testcase.