public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Craig Rodrigues <rodrigc@mediaone.net>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: optimization/4815
Date: Tue, 06 Nov 2001 16:54:00 -0000	[thread overview]
Message-ID: <20011117062601.7765.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR optimization/4815; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   ecoffey@students.latrobe.edu.au, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: optimization/4815
Date: Sat, 17 Nov 2001 01:21:41 -0500

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4815&database=gcc
 
 I have a better patch than the one mentioned in the e-mail archive.
 
 Can you try the following patch?  It merges in some changes from the gcc
 3.1
 tree.
 
 Index: alias.c
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/alias.c,v
 retrieving revision 1.115.4.7
 diff -u -r1.115.4.7 alias.c
 --- alias.c     2001/09/11 21:39:24     1.115.4.7
 +++ alias.c     2001/11/17 06:19:01
 @@ -1041,6 +1041,9 @@
    /* Some RTL can be compared without a recursive examination.  */
    switch (code)
      {
 +    case VALUE:
 +     return CSELIB_VAL_PTR (x) == CSELIB_VAL_PTR (y);
 +
      case REG:
        return REGNO (x) == REGNO (y);
 
 @@ -1109,6 +1112,12 @@
           if (rtx_equal_for_memref_p (XEXP (x, i), XEXP (y, i)) == 0)
             return 0;
           break;
 +
 +         /* This can happen for asm operands.  */
 +       case 's':
 +         if (strcmp (XSTR (x, i), XSTR (y, i)))
 +           return 0;
 +       break;
 
         /* This can happen for an asm which clobbers memory.  */
         case '0':
 
 --
 Craig Rodrigues
 http://www.gis.net/~craigr
 rodrigc@mediaone.net
 
 
 


             reply	other threads:[~2001-11-17  6:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-06 16:54 Craig Rodrigues [this message]
2001-11-09 20:12 optimization/4815 rodrigc

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=20011117062601.7765.qmail@sourceware.cygnus.com \
    --to=rodrigc@mediaone.net \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).