This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: splitting up gencodes
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: splitting up gencodes
- From: Zack Weinberg <zackw at panix dot com>
- Date: Sat, 11 Aug 2001 12:16:41 -0400
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20010811085019.A5766@codesourcery.com>
On Sat, Aug 11, 2001 at 08:50:19AM -0700, Jeffrey Oldham wrote:
> mips-sgi-irix6.5 gcc 3.1 bootstraps have failed since the introduction
> of your gencodes patch, which I have attached. Unfortunately, I
> cannot precisely characterize the difficulty. Usually, ./gencheck or
> ./genpreds fails to execute.
My patch did not create gencheck, it's been around, unchanged, for years.
I would think this is a generic code-generation bug in the MIPS back end.
If you like, you could mail me assembly dumps of gencheck.o or genpreds.o
created by stage1 cc1 from now and from the last time it worked, and I
could try to look at them, but I don't know MIPS assembly that well.
zw