Hi,
ilp32 includes both x32 and ia32. -march=i486 only applies to ia32.
I checked in this patch to check ia32 instead of ilp32.
H.J.
---
Index: ChangeLog
===
--- ChangeLog (revision 181359)
+++ ChangeLog (working copy)
@@ -1,3
On Sat, Sep 10, 2011 at 9:02 PM, H.J. Lu wrote:
> On x86, x32 PIC is the same as 64bit PIC. This patch checks ia32 instead
> of ilp32. Tested on Linux/x86-64 with -m32, -m64 and -mx32. OK for
> trunk?
>
> Thanks.
>
>
> H.J.
> ---
> 2011-09-10 H.J. Lu
>
> * gcc.dg/sibcall-6.c: Check i
Hi,
On x86, x32 PIC is the same as 64bit PIC. This patch checks ia32 instead
of ilp32. Tested on Linux/x86-64 with -m32, -m64 and -mx32. OK for
trunk?
Thanks.
H.J.
---
2011-09-10 H.J. Lu
* gcc.dg/sibcall-6.c: Check ia32 instead of ilp32.
diff --git a/gcc/testsuite/gcc.dg/sibcall