[Bug ipa/88214] ICE in bitmap_intersect_p() on 32-bit BE platforms
jamborm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 10 12:46:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88214
--- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Mon Dec 10 12:45:47 2018
New Revision: 266953
URL: https://gcc.gnu.org/viewcvs?rev=266953&root=gcc&view=rev
Log:
[PR 88214] Check that an argument is a pointer
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.
Added:
trunk/gcc/testsuite/gcc.dg/ipa/pr88214.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-prop.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list