Re: [PATCH PR80153]Part2, Check base pointer directly

2017-04-10 Thread Richard Biener
On Mon, Apr 10, 2017 at 4:35 PM, Bin Cheng wrote: > Hi, > This is part 2 patch fixing PR80153, because we now explicitly rely on > behavior that the first element being base pointer of pointer type aff_tree. > The original code removes base pointer from aff_tree without updating > aff_tree's t

[PATCH PR80153]Part2, Check base pointer directly

2017-04-10 Thread Bin Cheng
Hi, This is part 2 patch fixing PR80153, because we now explicitly rely on behavior that the first element being base pointer of pointer type aff_tree. The original code removes base pointer from aff_tree without updating aff_tree's type. Actually, we don't need to use tree-affine at all, we c