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++/31413] FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31413

--- Comment #25 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The test is disabled unless the machine actually has the relevant locale
installed:
// { dg-require-namedlocale "zh_TW.UTF-8" }

That will be why some systems show UNSUPPORTED.

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