On 2019-03-01 14:55 -0600, Bruce Dubbs via lfs-dev wrote: > I'm going to commit gcc-8.3 today, but there are some slight problems > with the test site that we may be able to address. > > There are six failures: > > FAIL: 22_locale/time_get/get_time/wchar_t/2.cc execution test > FAIL: 22_locale/time_get/get_time/char/2.cc execution test > FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_env.cc execution test > FAIL: 22_locale/time_get/get_time/char/wrapped_env.cc execution test > FAIL: 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc execution test > FAIL: 22_locale/time_get/get_time/char/wrapped_locale.cc execution test > > Looking at the code they all seem to be related. They are all trying to > get time using the en_HK locale. Looking in other tests, the de_DE > locale test seems to be working fine. My conclusion is that there is a > problem with the en_HK locales and not gcc.
Glibc-2.29 returns "%I:%M:%S %p %Z" as time format for en_HK. But libstdc++ does not support "%p" yet. It's GCC PR 71367. I'm trying to implement it but it seems difficult. -- Xi Ruoyao <xry...@mengyan1223.wang> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page