Re: [PATCH] add a gimple test for PR21458

2016-10-31 Thread Richard Biener
On Mon, Oct 31, 2016 at 8:26 AM, wrote: > From: Trevor Saunders > > A demonstration we can do the same thing with a gimple test as -fno-tree-evrp > but somewhat more precisely. > > I tested this passes on x86_64-linux-gnu, ok? Looks good to me with the indentation fixed (once the FE is on trun

[PATCH] add a gimple test for PR21458

2016-10-31 Thread tbsaunde+gcc
From: Trevor Saunders A demonstration we can do the same thing with a gimple test as -fno-tree-evrp but somewhat more precisely. I tested this passes on x86_64-linux-gnu, ok? Trev gcc/testsuite/ChangeLog: 2016-10-31 Trevor Saunders * gcc.dg/tree-ssa/pr21458-3.c: New test. --- gc