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: A few SPEC95 results for the new register allocator


Hi,

On Thu, 22 Feb 2001, Toon Moene wrote:
> Unfortunately, not on Alpha's.
>
> This is basically because ra.c won't compile:
>
> ../../gcc/gcc/ra.c: In function `colorize_one_web':
> ../../gcc/gcc/ra.c:2342: subscripted value is neither array nor pointer

Yep.  That's my debug output.  I was too lazy to do something more
involved, and just wanted to get x86 working, although I was fully aware,
that some machines will not compile.  Even on x86 it's wrong, as it's only
printing the first elem of the array; as I said, debug output ;)  Just
comment that line.  OTOH it might be interesting to know about Alpha and
the regallocator, so I fixed it.  Just update ;)


Ciao,
Michael.


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