From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17491 invoked by alias); 22 Oct 2002 05:39:00 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 17483 invoked from network); 22 Oct 2002 05:38:57 -0000 Received: from unknown (HELO bundost.cs.wisc.edu) (128.105.183.18) by sources.redhat.com with SMTP; 22 Oct 2002 05:38:57 -0000 Received: from localhost (kchak@localhost) by bundost.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id AAA09196 for ; Tue, 22 Oct 2002 00:38:57 -0500 (CDT) Date: Mon, 21 Oct 2002 22:39:00 -0000 From: To: gcc-help@gcc.gnu.org Subject: Specifying Number of register to use Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00260.txt.bz2 Hi, Is there a way I can restrict the number of register gcc will use in the code generated by it ? For example, if I want gcc to use only 8 GPR and 8FPR or say 8 GPR and no FPR at all, how would I go about doing that ? Thanks in advance, Koushik