public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@transmeta.com>
To: Johan Rydberg <johan.rydberg@netinsight.se>
Cc: cgen@sources.redhat.com
Subject: problem with derived operands
Date: Wed, 04 Oct 2000 01:02:00 -0000	[thread overview]
Message-ID: <14810.58382.817505.41940@casey.transmeta.com> (raw)
In-Reply-To: <39DA379D.5CD6DBF1@netinsight.se>

Johan Rydberg writes:
 > ERROR: Unbound variable: op-ifld

'tis definately a bug in cgen.

I'm guessing this is the right patch.

[Whether you'll have more problems I dunno.
derived-operand support is still pretty much work-in-progress.]

2000-10-04  Doug Evans  <dje@casey.transmeta.com>

	* insn.scm (-parse-insn-format-symbol): Fix spelling error,
	op-ifld -> op-ifield.

*** insn.scm.~1~	Thu Jul 27 21:11:52 2000
--- insn.scm	Wed Oct  4 00:58:55 2000
***************
*** 512,518 ****
  	(cond ((derived-operand? op)
  	       ; There is a one-to-one relationship b/w derived operands and
  	       ; the associated derived ifield.
! 	       (let ((ifld (op-ifld op)))
  		 (assert (derived-ifield? ifld))
  		 ifld))
  	      ((anyof-operand? op)
--- 512,518 ----
  	(cond ((derived-operand? op)
  	       ; There is a one-to-one relationship b/w derived operands and
  	       ; the associated derived ifield.
! 	       (let ((ifld (op-ifield op)))
  		 (assert (derived-ifield? ifld))
  		 ifld))
  	      ((anyof-operand? op)

      reply	other threads:[~2000-10-04  1:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-03 12:39 Johan Rydberg
2000-10-04  1:02 ` Doug Evans [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14810.58382.817505.41940@casey.transmeta.com \
    --to=dje@transmeta.com \
    --cc=cgen@sources.redhat.com \
    --cc=johan.rydberg@netinsight.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).