https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88214
--- Comment #11 from Martin Jambor <jamborm at gcc dot gnu.org> --- Author: jamborm Date: Wed Jan 16 15:37:33 2019 New Revision: 267974 URL: https://gcc.gnu.org/viewcvs?rev=267974&root=gcc&view=rev Log: [PR 88214] Check that an argument is a pointer 2019-01-16 Martin Jambor <mjam...@suse.cz> Backported from mainline 2018-12-10 Martin Jambor <mjam...@suse.cz> PR ipa/88214 * ipa-prop.c (determine_locally_known_aggregate_parts): Make sure we check pointers against pointers. testsuite/ * gcc.dg/ipa/pr88214.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.dg/ipa/pr88214.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/ipa-prop.c branches/gcc-8-branch/gcc/testsuite/ChangeLog