Re: [AArch64 Obvious] Add a mode to operand 1 of sibcall_value_insn

2014-09-05 Thread Kyrill Tkachov
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

[AArch64 Obvious] Add a mode to operand 1 of sibcall_value_insn

2014-09-05 Thread James Greenhalgh
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