This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A few SPEC95 results for the new register allocator
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: A few SPEC95 results for the new register allocator
- From: Michael Matz <matzmich at cs dot tu-berlin dot de>
- Date: Fri, 23 Feb 2001 01:14:59 +0100 (MET)
- cc: Daniel Berlin <dberlin at redhat dot com>, Diego Novillo <dnovillo at redhat dot com>, <gcc at gcc dot gnu dot org>
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.