This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Branching for GCC 3.0
- To: Jeffrey A Law <law at redhat dot com>
- Subject: Re: Branching for GCC 3.0
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Mon, 8 Jan 2001 18:26:49 +0100
- Cc: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>, Robert Lipe <robertlipe at usa dot net>, gcc at gcc dot gnu dot org
- References: <5.0.2.1.2.20010108173238.020e8c80@mail.lauterbach.com> <32494.978972853@upchuck>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Mon, Jan 08, 2001 at 09:54:13AM -0700, Jeffrey A Law wrote:
>
> In message <5.0.2.1.2.20010108173238.020e8c80@mail.lauterbach.com>you write:
> > Well, actually I would think the subreg-byte-branch got more real world
> > testing on alpha/x86/sparc than the current mainline, cause it's part of
> > the RedHat7 gcc-2.96 AFAIK.
> I believe the patch is only installed into the sources if you're building
> a sparc platform. I don't think it gets used on any other platform.
No, the patch is used on all platforms (ie. alpha, x86, sparc, sparc64 at
least, plus I think some people are using the same source on powerpc) all
the time.
Jakub