This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>, Benjamin Kosnik <bkoz at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Sat, 3 Aug 2002 00:35:51 +0200
- Subject: Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility
- References: <20020802091614.3930072f.bkoz@redhat.com> <20020802152317.A6797@redhat.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Aug 02, 2002 at 03:23:17PM -0700, Richard Henderson wrote:
> On Fri, Aug 02, 2002 at 09:16:14AM -0700, Benjamin Kosnik wrote:
> > (Brendan Kehoe, Jeff Law suggestion to run 'make check-c++' two ways,
> > one with a new compiler and an old library, and the other with an old
> > compiler and a new library, and look for testsuite regressions)
>
> Indeed. For reference, what's the best way to do this?
Swap libstdc++-v3/src/.libs/libstdc++.so.5.0.0 binaries between built
3.2 and trunk trees before running make check?
Jakub