This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


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