Re: Simplify jump threading slightly

2013-09-10 Thread Markus Trippelsdorf
On 2013.09.05 at 14:30 -0600, Jeff Law wrote: > > Bootstrapped and regression tested on x86_64-unknown-linux-gnu. > Installed onto the trunk. This patch caused http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58373 -- Markus

Re: Simplify jump threading slightly

2013-09-06 Thread Gerald Pfeifer
Hi Jeff, On Thu, 5 Sep 2013, Jeff Law wrote: > Bootstrapped and regression tested on x86_64-unknown-linux-gnu. > Installed onto the trunk. is it possible this 2013-09-05 Jeff Law * tree-ssa-threadedge.c (thread_around_empty_blocks): Renamed from thread_around_empty_block. R

Re: Simplify jump threading slightly

2013-09-06 Thread Jeff Law
On 09/06/2013 02:10 PM, Gerald Pfeifer wrote: Hi Jeff, On Thu, 5 Sep 2013, Jeff Law wrote: Bootstrapped and regression tested on x86_64-unknown-linux-gnu. Installed onto the trunk. is it possible this 2013-09-05 Jeff Law * tree-ssa-threadedge.c (thread_around_empty_blocks): Re