On Fri, Mar 2, 2012 at 9:24 PM, H.J. Lu wrote:
> X32 may generate
>
> movl $-18874240, %eax
> movl (%eax), %eax
>
> This patchs allows $-18874240. OK for trunk?
Ah, it took me a while to note the dollar sign difference. We want to
prevent only:
movl$0, -18874240
and no
Hi,
X32 may generate
movl$-18874240, %eax
movl(%eax), %eax
This patchs allows $-18874240. OK for trunk?
Thanks.
H.J.
---
2012-02-10 H.J. Lu
PR target/52146
* gcc.target/i386/pr52146.c: Update final-scan to allow $-18874240.
diff --git a/gcc/testsui