[Bug libstdc++/33771] FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Oct 14 15:20:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list