This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] 4.0 fix for libstdc++/23871
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Janis Johnson <janis187 at us dot ibm dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 14 Sep 2005 13:41:16 -0700
- Subject: Re: [PATCH] 4.0 fix for libstdc++/23871
- References: <20050914002407.GA7867@us.ibm.com> <432770B8.5090602@suse.de>
On Wed, Sep 14, 2005 at 02:37:12AM +0200, Paolo Carlini wrote:
> Janis Johnson wrote:
>
> >Paolo and Benjamin have both said offline that this backport from
> >mainline to the 4.0 branch (when it reopens) is OK, but this is the
> >first time I've written a test for libstdc++; is this the right
> >location for it, and does it need anything else in the comments?
> >
> I would suggest simply adding the testcases that originally went in
> together with those bits of the patch. In other terms,
> testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc and
> testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc
> (actually the bits for long and long long should pass already, please
> double check).
Both of those tests already pass with the 4.0 branch, but the new test
fails without the patch and passes with it.
Janis