From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30598 invoked by alias); 31 Jan 2004 02:00:57 -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 30484 invoked from network); 31 Jan 2004 02:00:56 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 31 Jan 2004 02:00:56 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id i0V20lK113394; Fri, 30 Jan 2004 21:00:47 -0500 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/8.11.7-01-14-2004) with ESMTP id i0V20lW36840; Fri, 30 Jan 2004 21:00:47 -0500 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id i0V20kT34174; Fri, 30 Jan 2004 21:00:46 -0500 Message-Id: <200401310200.i0V20kT34174@makai.watson.ibm.com> To: Syd Polk cc: Ian Lance Taylor , GCC List Subject: Re: Help restricting args of an intrinsic function In-Reply-To: Message from Syd Polk of "Fri, 30 Jan 2004 17:52:44 PST." <29587D04-5390-11D8-93D6-0003931B8A28@apple.com> References: <200401310142.i0V1gCT28752@makai.watson.ibm.com> <29587D04-5390-11D8-93D6-0003931B8A28@apple.com> Date: Sat, 31 Jan 2004 02:03:00 -0000 From: David Edelsohn X-SW-Source: 2004-01/txt/msg02307.txt.bz2 >>>>> Syd Polk writes: >> The PowerPC port already provides special 'h' and 'H' constraints >> for the 32-bit version and 64-bit instructions. Duh! Sorry, I was thinking output template. Yes, "n" is the best constaint available. David