public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: daniel tian <daniel.xntian@gmail.com>
To: gcc@gcc.gnu.org
Cc: Ian Lance Taylor <iant@google.com>,
	Dave Korn <dave.korn.cygwin@googlemail.com>,
	 	peng.zheng@mavrixtech.com
Subject: Re: SUBREG Unrecognizable RTL
Date: Wed, 30 Sep 2009 08:49:00 -0000	[thread overview]
Message-ID: <121fadb80909300053o7dc796d8y3c8e60028e7652e@mail.gmail.com> (raw)
In-Reply-To: <121fadb80909300017y2041da80o87ef26f7e15a794f@mail.gmail.com>

here are some information from the libgcc2.c.176r.greg. (BTY: the
error happened when cc1 build the libgcc2.c)

Reloads for insn # 147
Reload 0: reload_out (SI) = (reg/v:SI 99 [ __d0 ])
	GENERAL_REGS, RELOAD_FOR_OUTPUT (opnum = 0)
	reload_out_reg: (reg/v:SI 99 [ __d0 ])
	reload_reg_rtx: (reg:SI 5 R5)
Reload 1: reload_in (HI) = (subreg:HI (reg/v:SI 94 [ d0 ]) 0)
	GENERAL_REGS, RELOAD_FOR_INPUT (opnum = 1)
	reload_in_reg: (subreg:HI (reg/v:SI 94 [ d0 ]) 0)
	reload_reg_rtx: (reg:HI 5 R5)

So does it mean when the pseduo register 94 allocated fail, the memory
location will be substitute ?

  reply	other threads:[~2009-09-30  7:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-30  8:41 daniel tian
2009-09-30  8:49 ` daniel tian [this message]
2009-09-30 14:41   ` Dave Korn
2009-10-01  6:00     ` daniel tian

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=121fadb80909300053o7dc796d8y3c8e60028e7652e@mail.gmail.com \
    --to=daniel.xntian@gmail.com \
    --cc=dave.korn.cygwin@googlemail.com \
    --cc=gcc@gcc.gnu.org \
    --cc=iant@google.com \
    --cc=peng.zheng@mavrixtech.com \
    /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).