On 05/09/14 09:20, James Greenhalgh wrote:
Hi,
AArch64 builds have recently been spitting out:
.../gcc/config/aarch64/aarch64.md:629: warning: operand 1 missing mode?
I've committed the attached patch as obvious, giving operand 1 DImode.
I remember noticing that some time ago, thanks for
Hi,
AArch64 builds have recently been spitting out:
.../gcc/config/aarch64/aarch64.md:629: warning: operand 1 missing mode?
I've committed the attached patch as obvious, giving operand 1 DImode.
The patch was tested on AArch64 cross with no problems.
Thanks,
James
---
2014-09-05 James Gree