This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Issues found while checking libstdc++-v3 in gcc mainline (with patch)
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: Issues found while checking libstdc++-v3 in gcc mainline (with patch)
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Tue, 25 Apr 2000 00:49:18 -0700 (PDT)
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