This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New register allocator branch created (fwd)



This problem is caused by this pseudo having a preferred class of
INDEX_REGS and an alternate of GENERAL_REGS, even though it *can't* use
GENERAL_REGS.

Is this a bug, or am i just supposed to have a one-line hack for this that
doesn't let it use the alternate class if the preferred class is
INDEX_REGS.

 ---------- Forwarded message ----------
Date: Sun, 28 Jan 2001 18:55:32 -0500
From: Geert Bosch <bosch@gnat.com>
To: Daniel Berlin <dberlin@redhat.com>
Cc: Daniel Berlin <dberlin@redhat.com>
Subject: Re: New register allocator branch created

On Sun, 28 Jan 2001 18:28:49 -0500 (EST), Daniel Berlin wrote:

  Hmmmm. Interesting.

  Turn debug_new_regalloc to 2, and send me the stuff sent to stderr.

I'll do that as soon as I"ve rebuilt GNAT, as I was testing the
regular C in the mean time and had to reconfigure for that.

Anyway I got the regular C bootstrap to go a bit further by
killing a hanging conftest on the second configure, and it showed
an error that's probably easier to tackle:

/ohio.a/bosch/gnat5/gcc/xgcc -B/ohio.a/bosch/gnat5/gcc/ -B/usr/local/athlon-pc-linux-gnu/bin/ -B/usr/local/athlon-pc-linux-gnu/lib/ -isystem /usr/local/athlon-pc-linux-gnu/include -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc/libiberty/dyn-string.c
/tmp/cczeNGQh.s: Assembler messages:
/tmp/cczeNGQh.s:1290: Error: `(%edi,%esp)' is not a valid 32 bit base/index expression

  -Geert




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]