public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: wilson@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org,
	rz@linux-m68k.org, wilson@gcc.gnu.org
Subject: Re: c/7872: [m68k]ICE on legal code, regression from 3.0 and 2.9*
Date: Fri, 28 Feb 2003 04:27:00 -0000	[thread overview]
Message-ID: <20030228042721.30862.qmail@sources.redhat.com> (raw)

Synopsis: [m68k]ICE on legal code, regression from 3.0 and 2.9*

Responsible-Changed-From-To: unassigned->wilson
Responsible-Changed-By: wilson
Responsible-Changed-When: Fri Feb 28 04:27:21 2003
Responsible-Changed-Why:
    For state changes.
State-Changed-From-To: feedback->analyzed
State-Changed-By: wilson
State-Changed-When: Fri Feb 28 04:27:21 2003
State-Changed-Why:
    add_equal_note has
          && (GET_CODE (SET_DEST (set)) != STRICT_LOW_PART
              || ! rtx_equal_p (SUBREG_REG (XEXP (SET_DEST (set), 0)),
    which is obviously wrong, since it is trying to go two levels into the RTL, but there is only one level.  This has apparently been broken ever since the code was originally written in 1991.  It is broken in gcc-2.0, and the first ChangeLog entry before that is the one that adds the function.  I have a trivial patch for it which I am about to test.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7872


             reply	other threads:[~2003-02-28  4:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-28  4:27 wilson [this message]
2003-03-04  4:40 wilson

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=20030228042721.30862.qmail@sources.redhat.com \
    --to=wilson@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    --cc=rz@linux-m68k.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).