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

Benjamin Kosnik bkoz@redhat.com
Sat Aug 3 11:56:00 GMT 2002


My second round results matched my first round. Both libstdc++ and g++
testsuites show additional errors, all around eh type issues, but only
for the 3_2-branch g++ with the 3.3 libstdc++.so. The other way around
resulted in no additional failures.

		=== g++ Summary ===

# of expected passes		7154
# of unexpected failures	112
# of expected failures		88
# of untested testcases		9
# of unsupported tests		3

		=== libstdc++-v3 Summary ===

# of expected passes		394
# of unexpected failures	15
# of unexpected successes	26


These results are different than Jakub's, although he also seemed to
find issues.

-benjamin



More information about the Gcc mailing list