From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9308 invoked by alias); 7 Sep 2002 04:02:35 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9297 invoked from network); 7 Sep 2002 04:02:33 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 7 Sep 2002 04:02:33 -0000 Received: from hiauly1.hia.nrc.ca (localhost [127.0.0.1]) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) with ESMTP id g8742V00017692; Sat, 7 Sep 2002 00:02:32 -0400 (EDT) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) id g8742Umx017691; Sat, 7 Sep 2002 00:02:30 -0400 (EDT) Message-Id: <200209070402.g8742Umx017691@hiauly1.hia.nrc.ca> Subject: Re: More 128 bit floating point stuff for PA64 To: sje@cup.hp.com (Steve Ellcey) Date: Fri, 06 Sep 2002 21:02:00 -0000 From: "John David Anglin" Cc: gcc@gcc.gnu.org, dave.anglin@nrc.ca, law@redhat.com In-Reply-To: <200209062024.NAA05869@hpsje.cup.hp.com> from "Steve Ellcey" at Sep 6, 2002 04:24:45 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00261.txt.bz2 > TREE_CODE (VALTYPE) == REAL_TYPE && !TARGET_SOFT_FLOAT ? 32 : > 28) Just add "&& GET_MODE_BITSIZE (TYPE_MODE (VALTYPE)) <= BITS_PER_WORD" after the REAL_TYPE check. Register 32 then will only be selected for floats and doubles. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)