On Thu, 5 Dec 2019 at 10:25, Jonathan Wakely <jwakely....@gmail.com> wrote:
>
> On Wed, 4 Dec 2019 at 23:52, Richard Earnshaw (lists) wrote:
> > I've just pushed a new trial conversion:
> >
> > https://gitlab.com/rearnsha/gcc-trial2-20191130
> >
> > The main differences between this and the previous trial are:
> > - The author attributions should now be fixed, please let me know if you
> > see any anomalies in this respect.
> > - the emptycommit-* tags/branches are now gone.
> > - the 'tags' used for revert and backport now use more gittish style
> > revert: and backport:
> > - the log entries for c++ style functions containing :: are now handled
> > correctly by my summary generation script.
> >
> > Other issues are still being worked on.
>
> There's a bogus libstdc++ directory at the top level. That hasn't been
> present for nearly 20 years, so some commit that should have deleted
> it seems to be missing or incorrect.

It was removed by r39445 i.e. this commit in the current Git mirror:

commit 1030d23bf251914e12fc8c9d521e334e1f445afc
Author: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Feb 5 01:38:47 2001 +0000

            Remove V2 C++ library.
            * configure.in: Remove --enable-libstdcxx_v3 support.

            * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
            * configure.in: Remove --enable-libstdcxx_v3 support.
            * configure: Regenerated.


    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39445
138bc75d-0d04-0410-961f-82ee72b054a4

Reply via email to