This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: new autocrasher errors
> There have been additional FAILs, too, since Wednesday:
>
> http://www.devphil.com/build/reports/tests-trunk/regress.png
> http://www.devphil.com/build/reports/tests-trunk/2002-10-09
I think these should go away on the next run.
> > Also, abi_check.cc will have to be augmented to deal with related
> > symbol versions, ie GLIBCPP_3.2.1 is not something to worry about.
> > Anybody have any good ideas about how this should be done? Symbol
> > versions are stored as strings right now so I guess that helps.
I did a lame hack for this. Now added symbols are checked to make sure
that they have a compatible version_name.
-benjamin