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: define_constraints patch, re-revised


On Mon, Feb 27, 2006 at 01:52:29AM -0500, Zack Weinberg wrote:
> So here's the new version of the define_constraints patch,
> incorporating all of Bernd's suggestions.  Also I made
> genpreds/genoutput error checking a bunch more robust, and added more
> commentary.

   I'm getting the warnings

/stuff/gcc/tm-constrs.h: In function 'satisfies_constraint_Ipu':
/stuff/gcc/tm-constrs.h:140: advarsel: unused parameter 'op'

from

; Supported immediate operands for "push".
(define_constraint	"Ipu"
	"A constant usable with the @code{push} instruction."
   (and (match_code "const_int")
	(match_test "TARGET_18x ? true : false")))

-- 
Rask Ingemann Lambertsen


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