public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Peter Bergner <bergner@vnet.ibm.com>
To: David Edelsohn <dje@watson.ibm.com>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PING][PATCH][libobjc,rs6000] Fix DDmode ICE on testcase.
Date: Thu, 08 Nov 2007 17:29:00 -0000	[thread overview]
Message-ID: <1194542122.6681.4.camel@otta> (raw)
In-Reply-To: <200711081454.lA8EslJV034616@makai.watson.ibm.com>

On Thu, 2007-11-08 at 09:54 -0500, David Edelsohn wrote:
> @@ -4118,8 +4126,8 @@ rs6000_legitimate_address (enum machine_
>        && mode != TFmode
>        && mode != TDmode
>        /* Restrict addressing for DI because of our SUBREG hackery.  */
> -      && !(TARGET_E500_DOUBLE && (mode == DFmode || mode == TFmode
> -				  || mode == DImode))
> +      && !(TARGET_E500_DOUBLE
> +	   && (mode == DFmode || mode == DDmode || mode == DImode))
>        && TARGET_UPDATE
>        && legitimate_indirect_address_p (XEXP (x, 0), reg_ok_strict))
>      return 1;
[snip]
> 	What happened to TFmode in the above changes?

I removed them since we've already guaranteed that mode cannot be TFmode
with the "mode != TFmode" tests like the first line in the hunk above.

Peter



  reply	other threads:[~2007-11-08 17:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-05 18:09 Peter Bergner
2007-10-25 17:52 ` David Edelsohn
2007-11-06  3:12   ` Peter Bergner
2007-11-08 14:55     ` David Edelsohn
2007-11-08 17:29       ` Peter Bergner [this message]
2007-11-18 21:25         ` David Edelsohn
2007-11-20  0:08           ` Peter Bergner

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=1194542122.6681.4.camel@otta \
    --to=bergner@vnet.ibm.com \
    --cc=dje@watson.ibm.com \
    --cc=gcc-patches@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).