Re: [middle-end/PATCH 0/2] Fix AARCH64 ILP32 ld.so miscompiling

2014-09-10 Thread Andrew Pinski
Ping. On Fri, Aug 8, 2014 at 8:51 PM, Andrew Pinski wrote: > The problem is that HJL's patch in 2011 to try and fix his miscompiling of x32 > ld.so was in fact incorrect and causes problems with AARCH64 ILP32. > The testcase which is being miscompiled after HJL's patch (which he was also > trying

[middle-end/PATCH 0/2] Fix AARCH64 ILP32 ld.so miscompiling

2014-08-08 Thread Andrew Pinski
The problem is that HJL's patch in 2011 to try and fix his miscompiling of x32 ld.so was in fact incorrect and causes problems with AARCH64 ILP32. The testcase which is being miscompiled after HJL's patch (which he was also trying to fix up with his patch on x32): void f(int *a, int b, long long d)