This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help with "unable to generate reloads for..." error?
- From: Richard Henderson <rth at redhat dot com>
- To: Robert Baruch <autophile at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 22 Dec 2004 17:00:03 -0800
- Subject: Re: Help with "unable to generate reloads for..." error?
- References: <bbac368c041222160520cc83b4@mail.gmail.com>
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~