This is the mail archive of the gcc@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: Help with "unable to generate reloads for..." error?


On Wed, Dec 22, 2004 at 07:05:08PM -0500, Robert Baruch wrote:
> (define_insn "movqi"
> 	[(set (match_operand:QI 0 "nonimmediate_operand" "")
> 		  (match_operand:QI 1 "general_operand" ""))]
                                                         ^^
Empty constraints will kill you.



r~


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