public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* insn information.
@ 2000-03-20  5:47 Johan Rydberg
  2000-03-20 11:24 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Rydberg @ 2000-03-20  5:47 UTC (permalink / raw)
  To: gcc

hi!

I'm writing a backend for gcc 2.95.2 and have run into some
problems;  lots of the time I get the following error from 
the compiler.

getenv_r.c: In function `_findenv_r':
getenv_r.c:113: Internal compiler error in `find_reloads', at
reload.c:3751

.. I guess it's when it tries to match for insns, .. is
there a way to see on what RTL stmt it fails?  


Another question as well. Below you see and RTL statement.

(insn 4 3 5 (set (reg/v:SI 21)
        (reg:SI 4 %r4)) -1 (nil)
    (nil))

What does the "reg/v" mean? How does it differ from "reg" ?

-- 
Johan Rydberg			johan.rydberg@netinsight.net
Net Insight AB, Sweden		direct: +46-8-685 04 17
http://www.netinsight.net	phone:  +46-8-685 04 00
				fax:    +46-8-685 04 20

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: insn information.
  2000-03-20  5:47 insn information Johan Rydberg
@ 2000-03-20 11:24 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2000-03-20 11:24 UTC (permalink / raw)
  To: Johan Rydberg; +Cc: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

On Mar 20, 2000, Johan Rydberg <johan.rydberg@netinsight.se> wrote:

> What does the "reg/v" mean? How does it differ from "reg" ?

IIRC, it means the reg is a user variable.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-03-20 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-20  5:47 insn information Johan Rydberg
2000-03-20 11:24 ` Alexandre Oliva

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).