From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10185 invoked by alias); 24 Jul 2002 19:16:21 -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 10145 invoked from network); 24 Jul 2002 19:16:19 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 24 Jul 2002 19:16:19 -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 g6OJGF00016658 for ; Wed, 24 Jul 2002 15:16:16 -0400 (EDT) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) id g6OJGF5F016657 for gcc@gcc.gnu.org; Wed, 24 Jul 2002 15:16:15 -0400 (EDT) Message-Id: <200207241916.g6OJGF5F016657@hiauly1.hia.nrc.ca> Subject: ra-colorize.c:1068: `inv_reg_alloc_order' undeclared To: gcc@gcc.gnu.org Date: Wed, 24 Jul 2002 16:05:00 -0000 From: "John David Anglin" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg01173.txt.bz2 The following error occurs building a vax-ultrix cross: gcc -c -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/ra-colorize.c -o ra-colorize.o ../../gcc/gcc/ra-colorize.c: In function `get_free_reg': ../../gcc/gcc/ra-colorize.c:1068: `inv_reg_alloc_order' undeclared (first use in this function) ../../gcc/gcc/ra-colorize.c:1068: (Each undeclared identifier is reported only once The error occurs because inv_reg_alloc_order is only defined when REG_ALLOC_ORDER is defined. None of the vax ports define this macro. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)