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: Improve sanity checking for erroneous insns an' da "g" thang


Hans-Peter Nilsson <hans-peter.nilsson@axis.com> writes:

> 	* recog.c (constrain_operands) <case 'g'>: For a match, require
> 	that a non-register matches general_operand when strict >= 0.

This is OK.

There is the chance of a slight compiler slowdown, but most targets
don't use the 'g' constraint much if at all, so I'm not too worried.

Thanks.

Ian


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