From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11611 invoked by alias); 28 Sep 2004 22:12:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 11603 invoked from network); 28 Sep 2004 22:12:02 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 28 Sep 2004 22:12:02 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.11/8.12.10) with ESMTP id i8SMAfdE018677; Tue, 28 Sep 2004 18:10:41 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8SMC0730642; Tue, 28 Sep 2004 18:12:00 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i8SMBxV01246; Tue, 28 Sep 2004 15:11:59 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i8SMBxQH002347; Tue, 28 Sep 2004 15:11:59 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i8SMBx90002345; Tue, 28 Sep 2004 15:11:59 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 28 Sep 2004 23:04:00 -0000 From: Richard Henderson To: Dorit Naishlos Cc: Chao-ying Fu , gcc-patches@gcc.gnu.org, "Stephens, Nigel" , "Thekkath, Radhika" , Richard Sandiford , "Uhler, Mike" , Jim Wilson Subject: Re: [patch] extend.texi MIPS PS/3D Support Message-ID: <20040928221159.GA2339@redhat.com> Mail-Followup-To: Richard Henderson , Dorit Naishlos , Chao-ying Fu , gcc-patches@gcc.gnu.org, "Stephens, Nigel" , "Thekkath, Radhika" , Richard Sandiford , "Uhler, Mike" , Jim Wilson References: <20040927234323.GA31317@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg02908.txt.bz2 On Tue, Sep 28, 2004 at 03:25:39PM +0200, Dorit Naishlos wrote: > so it should return a V2SI vectype, which is not supported by the target > and therefore should have a BLKmode. no? Nope. An integer mode is returned if we have one that fits. It makes the routines in tree-complex.c happy. r~