------- Comment #1 from danglin at gcc dot gnu dot org  2007-10-14 15:20 -------
In the 4.2 version of headers_c.cc, I see:

// "C" headers that might not work if wchar_t support is disabled.
#include <bits/c++config.h>
#if _GLIBCXX_USE_WCHAR_T
  #include <wchar.h>
  #include <wctype.h>
  #include <cwchar>
  #include <cwctype>
#endif

Should the same be done for these tests?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33771

Reply via email to