This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Beyond GCC 3.0: Summing Up
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Subject: Re: Beyond GCC 3.0: Summing Up
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Sun, 8 Jul 2001 21:27:46 +0100 (BST)
- cc: Mark Mitchell <mark at codesourcery dot com>, <gcc at gcc dot gnu dot org>
On Sun, 8 Jul 2001, Joseph S. Myers wrote:
> Is there now an --enable-checking test for back ends broken in this way?
I'm not quite sure; flow may verify that nothing uses a clobbered register.
If not, it probably ought to.
> Are there PRs open about the problem you describe?
There's a PR about the problem I tried to fix, I believe. There should be
an email in the archives describing the mips problem.
Bernd