public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* constified note_stores
@ 2008-06-09 22:43 Joern Rennecke
  2008-06-09 23:28 ` Ian Lance Taylor
  0 siblings, 1 reply; 9+ messages in thread
From: Joern Rennecke @ 2008-06-09 22:43 UTC (permalink / raw)
  To: Kaveh R. GHAZI, gcc

I have been using note_stores to modify selected assignments.  Now when I
try to move this code to gcc 4.4, I find that I get a warning because
my walker function takes a non-const rtx - and if I make it take a const rtx,
there will be a warning somewhere inside because there is a code path
where a SET_SRC is modified.
data is in use to point to a libiberty hash table.

So, am I supposed to ignore the warning?
Roll my own copy of the original note_stores?
Resurrect the original note_stores in rtlanal.c (by whatever name)?

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

end of thread, other threads:[~2008-06-10 18:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09 22:43 constified note_stores Joern Rennecke
2008-06-09 23:28 ` Ian Lance Taylor
2008-06-09 23:45   ` Kaveh R. Ghazi
2008-06-10 13:39     ` Joern Rennecke
2008-06-10 14:47       ` Ian Lance Taylor
2008-06-10 17:44       ` Kaveh R. GHAZI
2008-06-10 18:22         ` Joern Rennecke
2008-06-10 18:28           ` Steven Bosscher
2008-06-10 18:58             ` Joern Rennecke

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