From: Jim Wilson <wilson@cygnus.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] gcc 0925+patch22 -> as warnings: WAW dependencies
Date: Thu, 05 Oct 2000 18:06:58 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205547@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205541@msgid-missing>
You should worry about all DV warnings, except those that mention LBB or LBE
labels. Those are due to a compiler/assembler interaction problem that hasn't
been fixed yet.
Dependency violation checking is done against hardware resources, and resource
numbers are interpreted relative to the particular resource reported. In this
case, the resource is "GR%, % in 1 - 127", so a resource number of 45 means
r45.
The warnings include assembly line numbers. So the assembler is complaining
that the instruction at line 1415 has a write-after-write conflict on r45
with the instruction at line 1412. If you look at those two lines, it should
be possible to figure out what the problem is. Or you could try posting
an assembly language except and let someone else try to figure out what is
wrong.
If this was a C source file, without any extended asms, then this probably
indicates a compiler or assembler bug. In that case, it would be useful to
have a testcase so I can fix the bug.
Jim
prev parent reply other threads:[~2000-10-05 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-05 14:44 [Linux-ia64] gcc 0925+patch22 -> as warnings: WAW dependencies Steve Tynor
2000-10-05 18:06 ` Jim Wilson [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=marc-linux-ia64-105590678205547@msgid-missing \
--to=wilson@cygnus.com \
--cc=linux-ia64@vger.kernel.org \
/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