This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Issues found while checking libstdc++-v3 in gcc mainline (with patch)



This in too. Thanks for doing this.....

(1) is the autoconfig check for wchar_t correct (it seems too
> restrictive since Plauger says in _The Standard C Library_ that it
> should be found in those headers and makes no mention of wchar.h) and,
> more importantly, 

see the C9X stuff. In particular, 

7.24 Extended multibyte and wide character utilities <wchar.h>

2 The types declared are wchar_t and size_t (both described in 7.17);

I think the autconf tests are valid.

(2) should this link be failing for that test in
> this situation if _GLIBCPP_USE_WCHAR_T is not defined? 

No. Last week the string instantiations got re-worked, and it looks like 
the wchar_t bits got broken. I think this is fixed now: if it's not, 
please let me know...

-benjamin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]