public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* ra-colorize.c:1068: `inv_reg_alloc_order' undeclared
@ 2002-07-24 16:05 John David Anglin
  2002-07-24 20:27 ` [fix] for: " Michael Matz
  0 siblings, 1 reply; 4+ messages in thread
From: John David Anglin @ 2002-07-24 16:05 UTC (permalink / raw)
  To: gcc

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-07-24 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-24 16:05 ra-colorize.c:1068: `inv_reg_alloc_order' undeclared John David Anglin
2002-07-24 20:27 ` [fix] for: " Michael Matz
2002-07-24 21:48   ` John David Anglin
2002-07-24 22:44     ` Michael Matz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).