Re: [PATCH] Fix PR64240

2014-12-16 Thread Richard Biener
On Tue, Dec 16, 2014 at 11:41 AM, Yangfei (Felix) wrote: >> On December 16, 2014 9:51:25 AM CET, "Yangfei (Felix)" >> >> wrote: >> >Hi, >> > >> >This patch fixes an obvious typo which may affect the DDG creation of >> >SMS and make this optimization produce buggy code. >> >Bootstrapped on x86_64

Re: [PATCH] Fix PR64240

2014-12-16 Thread Yangfei (Felix)
> On December 16, 2014 9:51:25 AM CET, "Yangfei (Felix)" > wrote: > >Hi, > > > >This patch fixes an obvious typo which may affect the DDG creation of > >SMS and make this optimization produce buggy code. > >Bootstrapped on x86_64-suse-linux. Also passed check-gcc test for > >aarch64-linux-gnu. >

Re: [PATCH] Fix PR64240

2014-12-16 Thread Richard Biener
On December 16, 2014 9:51:25 AM CET, "Yangfei (Felix)" wrote: >Hi, > >This patch fixes an obvious typo which may affect the DDG creation of >SMS and make this optimization produce buggy code. >Bootstrapped on x86_64-suse-linux. Also passed check-gcc test for >aarch64-linux-gnu. > OK for the t

[PATCH] Fix PR64240

2014-12-16 Thread Yangfei (Felix)
Hi, This patch fixes an obvious typo which may affect the DDG creation of SMS and make this optimization produce buggy code. Bootstrapped on x86_64-suse-linux. Also passed check-gcc test for aarch64-linux-gnu. OK for the trunk? Index: gcc/ddg.c ===