On Wed, Jul 17, 2019 at 8:52 AM bin.cheng wrote:
>
> Hi,
> This patch fixes PR91137 by finding base objects with walk_tree utility.
> Note we specially return
> integer_zero_node when a tree expression contains multiple base objects.
> This works since the
> special node is compared unequal to
Hi,
This patch fixes PR91137 by finding base objects with walk_tree utility. Note
we specially return
integer_zero_node when a tree expression contains multiple base objects. This
works since the
special node is compared unequal to any real base object, thus skipped in
candidate selection.
Thi