This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33771] FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Oct 2007 15:20:06 -0000
- Subject: [Bug libstdc++/33771] FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)
- References: <bug-33771-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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