This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with alpha.c:print_operand
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Problem with alpha.c:print_operand
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sun, 17 Sep 2000 12:53:39 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <10009171425.AA10781@vlsi1.ultra.nyu.edu>
On Sun, Sep 17, 2000 at 10:11:15AM -0400, Richard Kenner wrote:
> It redefines code 'c', which is known to final.c. This cause problems
> with a .vtable asm used by g++ and causes g++.other/crash18.C to fail
> on Alpha.
The .vtable bits are going to fail on Alpha no matter what.
You're just looking at the tip of the iceberg there. The
way they were implemented is a complete hack, and I'm sorry
I never went back in to clean it up.
> Is anybody running "make check" on Alpha?
Of course. I've just been ignoring some tests. Mostly those
that also fail on other targets.
r~