This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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 fixing this up.
I wonder if there could be a new starter task in adding -Werror - style functionality to the gen* programs so that during bootstrap they could produce a hard error, getting us to fix the warnings
in the MD files.

Kyrill


The patch was tested on AArch64 cross with no problems.

Thanks,
James

---
2014-09-05  James Greenhalgh  <james.greenhalgh@arm.com>

	* config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
	DImode.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]