This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2 Branch Closure
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Joe Buck <jbuck at synopsys dot com>
- Cc: Eric Botcazou <ebotcazou at libertysurf dot fr>,Joe Buck <Joe dot Buck at synopsys dot COM>, "H. J. Lu" <hjl at lucon dot org>,Mark Mitchell <mark at codesourcery dot com>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 8 Nov 2002 17:12:45 -0800
- Subject: Re: GCC 3.2 Branch Closure
- References: <200211090053.00031.ebotcazou@libertysurf.fr> <200211090050.gA90or318386@piper.synopsys.com>
On Fri, Nov 08, 2002 at 04:50:53PM -0800, Joe Buck wrote:
> I've just found something very odd.
>
> HJ's patch to the branch says that it fixes bootstrap/8146 as well
> as gcc.c-torture/execute/20020307-2.c with -march=i686.
>
> But in my checkout of the trunk,
>
> gcc/gcc/testsuite/gcc.c-torture/execute/20020307-2.c
>
> does not exist (though 20020307-1.c does), however, in my checkout of
> the branch,
>
> gcc/gcc/testsuite/gcc.c-torture/execute/20020307-2.c
>
> does exist. Why do we have a test on the branch that isn't in the trunk?
It got renamed:
2002-04-12 Geoffrey Keating <geoffk@redhat.com>
* gcc.c-torture/execute/20020412-1.c: New file, renamed from
gcc.c-torture/execute/20020307-2.c.
I don't know why.
zw