This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: AIX, Solaris 2.8 excess errors fails
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 20 Feb 2002 10:30:37 -0800 (PST)
- Subject: Re: AIX, Solaris 2.8 excess errors fails
> I disagree; this is a known limitation, not a failure. These are tests for
> library functionality, so workarounds are fine.
Yep. That's what I'm thinking too.
We've been through this at least once before: I think the conclusion from
the first time around was that the g++ testsuite would test for specific
linkage and compiler issues, and the library would test 17-27. Makes
sense to me.
I've got a patch for the remaining fail, that I'll be checking in shortly.
-benjamin