Re: [PATCH] Fix PR tree-optimization/71239

2016-05-25 Thread Richard Biener
On Wed, May 25, 2016 at 10:32 AM, Martin Liška wrote: > Hi. > > Following patch checks that we do not call operand_equal_p with > the first argument equals to NULL. > > Patch survives regression tests and bootstraps on x86_64-linux-gnu. > > Ready for trunk? Ok. Richard. > Thanks, > Martin

[PATCH] Fix PR tree-optimization/71239

2016-05-25 Thread Martin Liška
ate: Mon, 23 May 2016 16:43:34 +0200 Subject: [PATCH] Fix PR tree-optimization/71239. gcc/testsuite/ChangeLog: 2016-05-23 Martin Liska * g++.dg/pr71239.C: New test. gcc/ChangeLog: 2016-05-23 Martin Liska PR tree-optimization/71239 * tree.c (array_at_struct_end_p): Do not c