Re: [PATCH] Convert a test to GIMPLE

2015-11-27 Thread Marek Polacek
On Fri, Nov 27, 2015 at 12:37:32PM +0100, Jakub Jelinek wrote: > I think it is just fine for 5 branch too. Ok, committed there as well. > You could even use int tem3 = ~m; and use tem3 instead of ~m if you really > wanted to test whether GIMPLE folding works. Sure. Marek

Re: [PATCH] Convert a test to GIMPLE

2015-11-27 Thread Jakub Jelinek
On Fri, Nov 27, 2015 at 12:30:24PM +0100, Richard Biener wrote: > On Fri, Nov 27, 2015 at 11:41 AM, Marek Polacek wrote: > > In the process of dealing with PR68513, it turned out this test should have > > been written with GIMPLE in mind. > > > > Tested on x86_64-linux, ok for trunk? Maybe we'll

Re: [PATCH] Convert a test to GIMPLE

2015-11-27 Thread Richard Biener
On Fri, Nov 27, 2015 at 11:41 AM, Marek Polacek wrote: > In the process of dealing with PR68513, it turned out this test should have > been written with GIMPLE in mind. > > Tested on x86_64-linux, ok for trunk? Maybe we'll want this even for 5, I > don't know yet. Ok. Richard. > 2015-11-27 Ma