This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFH] Update on collate_members_wchar_t.cc
Phil Edwards wrote:
> > The correct result is -1 (i2 == -1), but processing via transform leads
> > incorrectly to (i1 == +1). This should be reproducable on many different
> > platforms.
>
> This runs successfully using 3.1 20020312 and 3.2 20020312 under glibc 2.2.5.
Really :-O ?
Since it used to pass by chance before in that both i1 and i2 were incorrectly
equal to +1, could you possible tell me the values of i1 and i2??
Another thing: collate_members_wchar_t.cc passes or not on your platform?
I'm really puzzled!
P.