]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PR 88214] Check that an argument is a pointer
authorMartin Jambor <mjambor@suse.cz>
Wed, 16 Jan 2019 15:41:07 +0000 (16:41 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 16 Jan 2019 15:41:07 +0000 (16:41 +0100)
commita8a204051af71852f9c0ff1fc3405db868aeca82
tree5c5f681706c59efc4974dc94f15c0d502735df96
parent63999586cf32e2a979edf205cf9432f7f07a0457
[PR 88214] Check that an argument is a pointer

2019-01-16  Martin Jambor  <mjambor@suse.cz>

Backported from mainline
2018-12-10  Martin Jambor  <mjambor@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.

From-SVN: r267975
gcc/ChangeLog
gcc/ipa-prop.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/pr88214.c [new file with mode: 0644]