This is the mail archive of the gcc-patches@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]

Re: Fix libstdc++ tests for targets without iconv


Joseph S. Myers wrote:
This patch makes four libstdc++ headers tests only include headers
requiring iconv if _GLIBCXX_HAVE_ICONV, as per
<http://gcc.gnu.org/ml/libstdc++/2008-06/msg00009.html>.
(<ext/enc_filebuf.h> include <ext/codecvt_specializations.h>, so
includes of both headers are disabled when iconv is unavailable.) OK
to commit?
Yes, it's Ok, thanks.

Paolo.


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