[PATCH] Fix wide charater literals (was Re: [RFC] Unexpected compiler twist of the wcscoll issue)
Paolo Carlini
pcarlini@unitus.it
Wed Mar 13 02:38:00 GMT 2002
Jakub Jelinek wrote:
>On Tue, Mar 12, 2002 at 05:10:40PM +0100, Paolo Carlini wrote:
>
>>Just to be sure, have you tested also the libstdc++ testsuite on a
>>linux-gnu system? There are many wstring literals in it and if
>>everything is ok you should obtain 1 unexpected
>>(c99_classification_macros_c.cc) and 0 expected failures.
>>
>
>I get
>
>FAIL: 21_strings/ctor_copy_dtor.cc execution test
>FAIL: 21_strings/insert.cc execution test
>FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
>FAIL: 27_io/ostream_inserter_char.cc execution test
>
>glibc 2.2.90 without stdio mmap and new regex, binutils ~ 2.12.
>Not a regression since before the patch though.
>
> Jakub
>
Thanks for your feedbcak.
On i686? There are 3 fails which should not on i686?!? And 0 expected, I
suppose? Anyway, on my i686-pc-linux-gnu it looks like we are still not
at end of the story: non collate_members_wchar_t.cc now fails at 129,
that is the problem at 107 was cured by your patch but still there is
something wrong somewhere :-(
Investigating...
Ciao, Paolo.
More information about the Libstdc++
mailing list