GCC 3.2 Branch Closure

Geoff Keating geoffk@geoffk.org
Fri Nov 8 17:24:00 GMT 2002


Zack Weinberg <zack@codesourcery.com> writes:

> 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.

Because of this:

2002-03-26  Richard Henderson  <rth@redhat.com>

        * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
        structure.

The test was modified, to test more/different stuff, but its name
wasn't changed.

-- 
- Geoffrey Keating <geoffk@geoffk.org>



More information about the Gcc mailing list