Re: [PATCH PR77718]

2016-09-29 Thread Richard Biener
On Wed, Sep 28, 2016 at 5:51 PM, Aaron Sawdey wrote: > This patch that Bernd put in PR77718 seems to be fine. Bootstrap and > regtest done on powerpc64le, no new failures. Ok for trunk? Ok. Richard. > 2016-09-28 Bernd Schmidt > > * builtins.c (expand_builtin_memcmp): don't swap args

[PATCH PR77718]

2016-09-28 Thread Aaron Sawdey
This patch that Bernd put in PR77718 seems to be fine. Bootstrap and regtest done on powerpc64le, no new failures. Ok for trunk? 2016-09-28  Bernd Schmidt   * builtins.c (expand_builtin_memcmp): don't swap args unless result is only being compared with zero. Index: builtins.c ===