Ulrich Weigand wrote:
Tejas Belagod wrote:
Ulrich Weigand wrote:
The following patch implements this idea; it passes a basic regression
test on arm-linux-gnueabi. (Obviously this would need a lot more
testing on various platforms before getting into mainline ...)
Can you have a look whether this fixes the problem you're seeing?
[snip]
Sorry for the delay in replying. These new issues that I was seeing were
bugs specific to my code that I've fixed. Your patch seems to work fine.
Thanks a lot for the patch.
I've now checked the patch in to mainline. In addition to your test on
aarch64, I've completed tests without regression on ppc(64)-linux,
s390(x)-linux, and i386-linux (with Uros' patch).
Note that Uros' patch here:
http://gcc.gnu.org/ml/gcc-patches/2012-10/msg01463.html
is a pre-requisite for the reload patch to avoid regressions on i386.
Current version (nearly unchanged) of the patch appended below.
Thank you.
Tejas Belagod,
ARM.