Re: [PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error

2014-06-10 Thread Maciej W. Rozycki
On Wed, 11 Jun 2014, Jonathan Wakely wrote: > > The reason is cout is a plain character stream and does not accept wide > > characters. An obvious fix is below, verified to produce correct output. > > > > OK to apply? > > Yes OK, thanks. Committed, thanks for your review. Maciej

Re: [PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error

2014-06-10 Thread Jonathan Wakely
On 10/06/14 20:24 +0100, Maciej W. Rozycki wrote: The reason is cout is a plain character stream and does not accept wide characters. An obvious fix is below, verified to produce correct output. OK to apply? Yes OK, thanks.

[PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error

2014-06-10 Thread Maciej W. Rozycki
Hi, I needed some diagnostics to sort out a failure observed on one of our targets in 27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc in the libstdc++ test suite and defined the `TEST_NUMPUT_VERBOSE' macro referred there. That resulted in a compilation error like below: .../libstdc+