On 11/22/13 01:22, Richard Sandiford wrote:
I have a patch to upgrade most genrecog warnings into errors. This patch fixes one for mn10300 about mn10300_store_multiple_operation not being defined as a predicate at the .md level.Tested by building mn10300-elf with the warnings turned to errors, and by comparing the before and after assembly output at -O2 for gcc.c-torture, gcc.dg and g++.dg. OK to install? Thanks, Richard gcc/ * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation): Delete. (mn10300_store_multiple_operation_p): Declare. * config/mn10300/mn10300.c (mn10300_store_multiple_operation): Rename to... (mn10300_store_multiple_operation_p): ...this and remove mode argument. * config/mn10300/predicates.md (mn10300_store_multiple_operation): Define.
Ok. Thanks, Jeff
