This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility


On Sat, Aug 03, 2002 at 12:36:07PM +0200, Jakub Jelinek wrote:
> The last step was to make clean in libstdc++-v3 and exchange gcc subdirectories
> in the two trees (so that 3.2 build tree ended up with gcc 3.3 compiler and
> vice versa), then run make in libstdc++-v3 followed by make check (ie.
> basically built 3.2 libstdc++-v3 using g++ 3.3 and 3.3 libstdc++-v3 using
> g++ 3.2. This resulted in just those 25 XPASSes and 1 26_numeric FAIL.

Which is an obvious thinko in this last step, because make check was run
with the same g++ as libstdc++.so.5.0.0.
I've rerun the tests after swapping back gcc directories, ie.
3.2 libstdc++ source + built with g++ 3.3 + make check run against it with g++ 3.2
3.3 libstdc++ source + built with g++ 3.2 + make check run against it with g++ 3.3
but the results were the same, ie. 25 XPASSes, 1 FAIL.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]