Re: [PATCH] rs6000: fix for PR61396 (wide-int fallout)

2014-07-22 Thread Mike Stump
On Jul 21, 2014, at 9:43 PM, Segher Boessenkool wrote: > CONSTANT_P is true for more than just all kinds of constant number. > This patch undoes that part of the wide-int patches. > Okay to apply? Ok. I’ve audited the rest of the wide-int patches to ensure that this was not repeated any place

[PATCH] rs6000: fix for PR61396 (wide-int fallout)

2014-07-21 Thread Segher Boessenkool
CONSTANT_P is true for more than just all kinds of constant number. This patch undoes that part of the wide-int patches. Bootstrapped and tested on powerpc64-linux, -m64,-m32,-m32/-mpowerpc64. No regressions (and the testcase mentioned in the PR is fixed, of course). Okay to apply? Segher 201